{"links":{},"metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00163726","sets":["934:935:8438:8669"]},"path":["8669"],"owner":"11","recid":"163726","title":["Hadoopにおけるリスト上の累積計算の実装手法が性能に与える影響についての考察"],"pubdate":{"attribute_name":"公開日","attribute_value":"2016-06-06"},"_buckets":{"deposit":"70eab85b-1d2f-46ec-abbb-babb3462d987"},"_deposit":{"id":"163726","pid":{"type":"depid","value":"163726","revision_id":0},"owners":[11],"status":"published","created_by":11},"item_title":"Hadoopにおけるリスト上の累積計算の実装手法が性能に与える影響についての考察","author_link":["321578","321577","321576","321579"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"Hadoopにおけるリスト上の累積計算の実装手法が性能に与える影響についての考察"},{"subitem_title":"A Study of How Implementations of Accumulative Computation for Lists Affect Performance on Hadoop","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"[発表概要] ","subitem_subject_scheme":"Other"}]},"item_type_id":"3","publish_date":"2016-06-06","item_3_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"高知工科大学大学院工学研究科"},{"subitem_text_value":"高知工科大学情報学群"}]},"item_3_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Graduate School of Engineering, Kochi University of Technology","subitem_text_language":"en"},{"subitem_text_value":"School of Information, Kochi University of Technology","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/163726/files/IPSJ-TPRO0903007.pdf","label":"IPSJ-TPRO0903007.pdf"},"date":[{"dateType":"Available","dateValue":"2018-06-06"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-TPRO0903007.pdf","filesize":[{"value":"104.8 kB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"0","billingrole":"5"},{"tax":["include_tax"],"price":"0","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"15"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"2c331cbf-06a9-4ac0-b552-d0de60f74523","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2016 by the Information Processing Society of Japan"}]},"item_3_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"宮崎, 玲奈"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"松崎, 公紀"}],"nameIdentifiers":[{}]}]},"item_3_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Reina, Miyazaki","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Kiminori, Matsuzaki","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_3_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AA11464814","subitem_source_identifier_type":"NCID"}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_6501","resourcetype":"journal article"}]},"item_3_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"1882-7802","subitem_source_identifier_type":"ISSN"}]},"item_3_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"並列スケルトンは,並列分散処理において頻出する計算パターンを抽象化したものであり,スケルトン並列プログラミングではこのスケルトンを選択し組み合わせてプログラムを構築する.しかし,実際には最適なプログラムを作成するための並列スケルトンの選択は難しい.このような問題に対して,Huらはある形で書かれたリスト構造に対するプログラムをmap,reduce,scanと呼ばれる並列スケルトンを組み合わせたプログラムに変換する手法を示した.本発表では,先行研究によって得られた変換後のプログラムをHadoop MapReduce上で実装する手法について検討する.MapReduceは並列分散処理のためのプログラミングモデルであり,その構造はMPIなどと比べて制限されている.しかし,HadoopのようなMapReduceモデルを採用したフレームワークでは,多様なパラメータや機能を提供しているため,同じ処理を行うプログラムであってもフレームワーク上では動作の異なる複数種のプログラムが記述可能である.本発表ではリスト構造上のデータ処理,特にscanに対して,Hadoop MapReduce上の実装を複数種類示す.そして,それぞれの実装の性能評価や,Hadoopのパフォーマンスへ影響する要素について検証を行う.","subitem_description_type":"Other"}]},"item_3_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"In skeletal parallel programming, programmers build parallel programs by choosing and combining parallel skeletons, which are abstract computation patterns frequently used in parallel programming. It is, however, difficult to choose appropriate parallel skeletons for efficient programs. To resolve this problem, Hu et al. proposed a set of rules with which we can transform programs manipulating a list in a certain form into combinations of parallel skeletons namely map, reduce, and scan. In this presentation, we discuss how we can implement the combination of parallel skeletons (the transformed programs) on Hadoop MapReduce. MapReduce is programming model for parallel processing. Though the MapReduce model is more restricted than MPI, we can develop many kind of programs for the same algorithm due to the many functions and parameters provided in Hadoop MapReduce. In this presentation, we focus on the accumulative computation for lists, and implement and evaluate some programs on Hadoop MapReduce. We discuss what may affect the performance on Hadoop.","subitem_description_type":"Other"}]},"item_3_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"25","bibliographic_titles":[{"bibliographic_title":"情報処理学会論文誌プログラミング(PRO)"}],"bibliographicPageStart":"25","bibliographicIssueDates":{"bibliographicIssueDate":"2016-06-06","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"3","bibliographicVolumeNumber":"9"}]},"relation_version_is_last":true,"weko_creator_id":"11"},"created":"2025-01-19T00:35:38.074010+00:00","updated":"2025-01-20T11:11:27.082911+00:00","id":163726}