글 보관함

Install HBase and setting for single node & distributed mode

Installing HBase We can install HBase in any of the three modes: Standalone mode, Pseudo Distributed mode, and Fully Distributed mode. Installing HBase in Standalone Mode Download the latest stable version of HBase form https://www.interior-dsgn.com/apache/hbase/stable/ using “wget” command, and...
펼쳐보기

HADOOP 그리고 SPARK !! 이젠 SCALA를 알아야할 때!

We`ve exprienced a littel bit about hadoop until the last blog. I am going to introduce Spark later post. Before looking around Spark, we need to have some idea about Scala laguage.. Here is simple explanation about Scala language. Today we will explore a little bit. Step 1. Installation and simple...
펼쳐보기

Now we will plugin hadoop on eclipse. (hadoop ver 2.6.0 | OS:CentOS7)

It is time to plugin hadoop on eclipse. I mentioned how to install eclipse on your OS last blog page. All the path are based on what I did before, so if you having problem with any path configurations, please see the previous blog pages. NOW START! Step 1. Download Plugin files. Visit the...
펼쳐보기

Eclipse setting for CentOs 7.

Install Eclipse Standard Luna 4.4 on CentOS 7 The Guide Show Step-by-Step How-to Install and Getting-Started with the Latest Eclipse 4.4 Luna Standard for Linux CentOS 7.X Gnome/KDE i686/x86_64 Desktop. Here we Proceed Directly to Download and Installation of the Latest Original Eclipse 4.4 Luna...
펼쳐보기

HADOOP word count example (ver.2 for hadoop ver.2.x)

이제 하둡을 이용한 간단한 예제문을 실행시켜 볼 차례입니다. 먼저 모든 노드를 활성화 시켜줍니다. $ start-all.sh $ gedit test.txt & gedit을 열어서 test.txt 파일을 만들어준 후.... 여기선 단어를 세어주는 프로그램 테스트이므로 문장을 작성해 봅니다. $ hdfs dfs -put test.txt /input HDFS(Hadoop Distributed File System)에 input 폴더를 만들고 그안에 위에서 작성한 test파일을 넣어줍니다. 이제 Map과 Reduce job을 위한...
펼쳐보기

첫번째 블로그

2015년 Hadoop 공부를 시작하면서 기본적인 내용들을 정리해 볼 생각입니다. 개인적인 공부내용의 저장을 위해서 만든 블로그이지만, 필요하신 분은 방문하여 소스를 사용하셔도 상관없습니다.
펼쳐보기

게스트 확장 설치시 발생 문제해결

게스트 확장 설치를 하면 게스트 OS(VirtualBox를 이용해서 설치한 OS)와 호스트 OS(본인 PC의 OS)간의 호스트(Host) 키를 사용하지 않고서도 마우스 등을 편리하게 이동 해서 사용할 수 있도록 해주며 호스트 OS의 폴더도 공유해서 게스트 OS에서도 사용할 수 있게 해주는 기능이다. 1. 게스트 OS인 CentOS 리눅스를 부팅 한 후 root 계정으로 접속을 한다. 2. VirtualBox의 메뉴 중 장치 > 게스트 확장 설치를 선택한다.   3. 제대로 되었다면 장치...
펼쳐보기

Hadoop Installation Guide (Env. Hadoop 2.6.0 and CentOs7)

Step 1: Installing Java Java is the primary requirement for running hadoop on any system, So make sure you have Java installed on your system using following command. # java -version java version "1.8.0_31" Java(TM) SE Runtime Environment (build 1.8.0_31-b13) Java HotSpot(TM) 64-Bit Server VM...
펼쳐보기