RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      KCI등재

      데이터 분배 및 태스크 진행 스케쥴링을 통한 맵/리듀스 모델의 성능 향상

      한글로보기

      https://www.riss.kr/link?id=A82427890

      • 0

        상세조회
      • 0

        다운로드
      서지정보 열기
      • 내보내기
      • 내책장담기
      • 공유하기
      • 오류접수

      부가정보

      국문 초록 (Abstract)

      Map/Reduce 는 최근에 많은 주목을 받고 있는 클라우드 컴퓨팅을 구현하는 프로그래밍 모델이다. 이 모델은 여러 대의 컴퓨터를 이용해서 규모가 큰 데이터를 처리하는 어플리케이션에서 사용...

      Map/Reduce 는 최근에 많은 주목을 받고 있는 클라우드 컴퓨팅을 구현하는 프로그래밍 모델이다. 이 모델은 여러 대의 컴퓨터를 이용해서 규모가 큰 데이터를 처리하는 어플리케이션에서 사용된다. 따라서 구성된 컴퓨터들을 효율적으로 사용하기 위해서 데이터를 적당한 크기로 나눈 다음 각각의 컴퓨터에 효율적으로 분배시키는 과정을 결정하는 것이 중요하다. 또한 모델을 구성하고 있는 Map 단계와 Reduce 단계를 실행하는 계획도 성능에 많은 영향을 줄 수 있다. 본 논문에서는 대용량의 데이터를 분리해서 Map 태스크를 실행하는 클라우드 컴퓨팅 노드의 성능과 네트워크의 상태를 고려한 후 각각의 컴퓨팅 노드에게 효율적으로 분배하는 방법을 제안한다. 그리고 Map 단계와 Reduce 단계에서 진행하는 방식을 튜닝하여 Reduce 작업의 처리속도를 향상시켰다. 제안된 방법은 대표적인 두 개의 Map/Reduce 어플리케이션을 이용하여 실험하고 조건에 따라 성능에 어떠한 결과를 미치는지 평가했다.

      더보기

      다국어 초록 (Multilingual Abstract)

      Map/Reduce is the programing model which can implement the Cloud Computing recently has been noticed. The model operates an application program processing amount of data using a lot of computers. It is important to plan the mechanism of separating the...

      Map/Reduce is the programing model which can implement the Cloud Computing recently has been noticed. The model operates an application program processing amount of data using a lot of computers. It is important to plan the mechanism of separating the data in proper size and distributing that to a cluster consisted of computing node in efficient for using the computing nodes very well. Besides that, planning a process of Map phases and Reduce phases also influences the performance of Map/Reduce. This paper suggests the effectively distributing scheme that separates a huge data and operates Map task in the considering the performance of computing node and network status. And we make the Reduce task can be processed quickly through the tuning the mechanism of Map and Reduce task operation. Using the two Map/Reduce sample application, we experimented the suggestion and we evaluate suggestion considered it in how impact the Map/Reduce performance.

      더보기

      목차 (Table of Contents)

      • 요약
      • Abstract
      • Ⅰ. 서론
      • Ⅱ. 관련 연구
      • Ⅲ. Map/Reduce와 Hadoop
      • 요약
      • Abstract
      • Ⅰ. 서론
      • Ⅱ. 관련 연구
      • Ⅲ. Map/Reduce와 Hadoop
      • Ⅳ. 데이터 분배 및 진행 디자인
      • Ⅴ. 구현
      • Ⅵ. 실험 및 평가
      • Ⅶ. 결론 및 향후연구
      • 참고문헌
      • 저자소개
      더보기

      참고문헌 (Reference)

      1 "http://lucene.apache.org/hadoop"

      2 "http://hadoop.apache.org/common/docs/r0.20.2/ mapred_tutorial.html"

      3 J. Shafer, "The Hadoop Distributed Filesystem:Balancing Portability and Performance" 122-133, 2010

      4 J. Polo, "Performance-Driven Task Co-Scheduling for MapReduce Environments" 373-380, 2010

      5 J. Dean, "MapReduce:Simplified Data Processing on Large Clusters" 107-113, 2004

      6 S. H. Kang, "Large Scale Complex Network Analysis using the Hybrid Combination of a MapReduce cluster and a Highly Multithreaded System" 1-8, 2010

      7 Z. Vrba, "Kahn Process Networks are a Flexible Alternative to MapReduce" 154-162, 2009

      8 J. Xie, "Improving MapReduce Performance through Data Placement in Heterogeneous Hadoop Clusters" 1-9, 2010

      9 T. White, "Hadoop: The Definitive Guide" O’Reilly 2009

      10 K. Morton, "Estimating the Progress of MapReduce Pipelines" 681-684, 2010

      1 "http://lucene.apache.org/hadoop"

      2 "http://hadoop.apache.org/common/docs/r0.20.2/ mapred_tutorial.html"

      3 J. Shafer, "The Hadoop Distributed Filesystem:Balancing Portability and Performance" 122-133, 2010

      4 J. Polo, "Performance-Driven Task Co-Scheduling for MapReduce Environments" 373-380, 2010

      5 J. Dean, "MapReduce:Simplified Data Processing on Large Clusters" 107-113, 2004

      6 S. H. Kang, "Large Scale Complex Network Analysis using the Hybrid Combination of a MapReduce cluster and a Highly Multithreaded System" 1-8, 2010

      7 Z. Vrba, "Kahn Process Networks are a Flexible Alternative to MapReduce" 154-162, 2009

      8 J. Xie, "Improving MapReduce Performance through Data Placement in Heterogeneous Hadoop Clusters" 1-9, 2010

      9 T. White, "Hadoop: The Definitive Guide" O’Reilly 2009

      10 K. Morton, "Estimating the Progress of MapReduce Pipelines" 681-684, 2010

      11 C. Tian, "A Dynamic Scheduler for Heterogeneous Workloads" 218-224, 2009

      더보기

      동일학술지(권/호) 다른 논문

      동일학술지 더보기

      더보기

      분석정보

      View

      상세정보조회

      0

      Usage

      원문다운로드

      0

      대출신청

      0

      복사신청

      0

      EDDS신청

      0

      동일 주제 내 활용도 TOP

      더보기

      주제

      연도별 연구동향

      연도별 활용동향

      연관논문

      연구자 네트워크맵

      공동연구자 (7)

      유사연구자 (20) 활용도상위20명

      인용정보 인용지수 설명보기

      학술지 이력

      학술지 이력
      연월일 이력구분 이력상세 등재구분
      2027 평가예정 재인증평가 신청대상 (재인증)
      2021-01-01 평가 등재학술지 유지 (재인증) KCI등재
      2018-01-01 평가 등재학술지 유지 (등재유지) KCI등재
      2015-01-01 평가 등재학술지 유지 (등재유지) KCI등재
      2011-01-01 평가 등재학술지 유지 (등재유지) KCI등재
      2008-01-01 평가 등재학술지 선정 (등재후보2차) KCI등재
      2007-05-04 학회명변경 영문명 : The Korea Contents Society -> The Korea Contents Association KCI등재후보
      2007-01-01 평가 등재후보 1차 PASS (등재후보1차) KCI등재후보
      2006-01-01 평가 등재후보학술지 유지 (등재후보1차) KCI등재후보
      2004-01-01 평가 등재후보학술지 선정 (신규평가) KCI등재후보
      더보기

      학술지 인용정보

      학술지 인용정보
      기준연도 WOS-KCI 통합IF(2년) KCIF(2년) KCIF(3년)
      2016 1.21 1.21 1.26
      KCIF(4년) KCIF(5년) 중심성지수(3년) 즉시성지수
      1.29 1.25 1.573 0.33
      더보기

      이 자료와 함께 이용한 RISS 자료

      나만을 위한 추천자료

      해외이동버튼