Hello Hyunsik,
as always, you are right.
I copied the tajo-site.xml also to TajoMaster.
All services started correctly.
But the tajo-site.xml also contains this param:
<property>
<name>tajo.rootdir</name>
<value>hdfs://192.168.178.101:50070/tajo</value>
</property>
There seems to be something wrong, related to the following log in
TajoMaster-Log.
Is that not the correct way to address HDFS-Filesystem?
I hope this is the last problem to start a new test while Tajo is fully
distributed :)
Thanks for all Hyunsik,
Chris
Am 26.09.2014 21:32:00, schrieb Hyunsik Choi:
> Hi Chris,
>
> I got the main cause :)
>
> In my view, the result of netstat is very abnormal because your
> binding address ip is 127.0.0.1. If so, other machines cannot access
> your TajoMaster.
>
> Your tajo-site looks valid. So, please check two things:
> - All machines use tajo-site.xml that you attached to this mailing list.
> - Please ensure restarting your cluster after you set the tajo-site.xml.
>
> Probably, you can fix the problem easily if you check above things.
>
> Have a nice weekend.
>
> - Hyunsik
>
> On Fri, Sep 26, 2014 at 12:12 PM, Christian Schwabe
> <> [email protected]> > wrote:
> > Hello Hyunsik,
> >
> > TajoMaster on "Master" MacBook seems to run normally. I can't see any
> > unnormal state.
> > Attached the log from TajoMaster.
> >
> >
> > christians-mbp:bin hduser$ netstat -tn | grep 26003
> >
> > tcp4 0 0 127.0.0.1.26003 127.0.0.1.50262
> > ESTABLISHED
> >
> > tcp4 0 0 127.0.0.1.50262 127.0.0.1.26003
> > ESTABLISHED
> >
> >
> >
> >
> >
> >
> > Am 26.09.2014 20:22:08, schrieb Hyunsik Choi:
> >
> > I can figure out your environment. :)
> >
> > Could you check TajoMaster log? You need to check if TajoMaster is
> > running normally.
> >
> > Also, you can ensure that TajoMaster is running by netstat as follows:
> >
> > netstat -tn | grep 26003
> >
> > Thanks,
> > Hyunsik
> >
> >
> >
> > On Fri, Sep 26, 2014 at 10:26 AM, Christian Schwabe
> > <> > [email protected]> > ote:
> >
> >
> > Hello Hyunsik,
> >
> > no problem. Anyway, thanks for your response.
> > I have two physical MacBooks here.
> > Everyone Macbook Pro is configured with the user hduser and the same
> > password. All Path are the same.
> > No virtualization for master and slave in use.
> >
> > IP-Address:
> > -Master :: 192.168.178.101
> > -Slave :: 192.168.178.39
> >
> > They are currently connected via WLAN but Ethernet is also prepared for
> > final configuration.
> >
> > Is my configuration in tajo-site.xml need or are these only optional
> > parameters?
> > The submitted tajo-site.xml is the config for slave.
> >
> > I don't know exactly what for configuration environments you mean. If any
> > question is still unanswered feel free to ask.
> >
> > I hope it is still not too late for you and you're reading this e-mail
> > today.
> >
> > Warm regards,
> > Chris
> >
> >
> > Am 26.09.2014 19:09:19, schrieb Hyunsik Choi:
> >
> > Hi Chris,
> >
> > I'm sorry for late response. It seems to be a network problem because
> > it's very simple cluster configuration.
> >
> > Q. Could you share your network environment?
> >
> > Q. Is master or slave running on virtual machine?
> >
> > Best regards,
> > Hyunsik
> >
> >
> > On Fri, Sep 26, 2014 at 9:26 AM, Christian Schwabe
> > <> > [email protected]> > ote:
> >
> >
> > Hello guys,
> >
> > my current problem is that the Tajo Worker on Slave couldn't connect to
> > Master.
> > i need further/more information about
> > http://tajo.apache.org/docs/current/configuration/cluster_setup.html#settings
> > What does these parameters mean?
> >
> > I've attached the worker log from slave where only one worker run.
> > I've attached the tajo-site.xml from slave.
> > Is there any setting incorrect?
> >
> > IP-Address:
> > -Master :: 192.168.178.101
> > -Slave :: 192.168.178.39
> >
> > Hopefully u can help me.
> >
> > Best regards,
> > Chris
> >
> >
> > Am 26.09.2014 12:56:55, schrieb Christian Schwabe:
> >
> >
> >
> > Hello guys,
> >
> > sorry for spamming.
> > I found the solution.
> > The path of home directory for Tajo was not the same on both machines.
> > When I now start Tajo on master in HA mode the worker on the slave machine
> > starts, too.
> > BUT in the webUI for the master i didn't see the second worker alive.
> >
> > Warm regards,
> > Chris
> >
> >
> >
> > Am 26.09.2014 12:31:58, schrieb Christian Schwabe:
> >
> >
> > Hello guys,
> >
> > next try to get an answer..
> > Hadoop is still running successfully on both machines master and slave.
> > Start Tajo in HA mode on master. In webUI i see one Query Master, one Worker
> > and one Masters. Is that correct so far?
> > Now i start on slave machine the Tajo worker with 'sh tajo-daemon.sh start
> > worker' and worker starts successfully. Also the conf/masters and
> > conf/slaves are created on master machine and slave machine
> >
> > However, I see in the WebUI on master no second worker. What is still wrong?
> > Thanks for any advice.
> >
> >
> > Best regards,
> > Chris
> >
> >
> >
> > Am 23.09.2014 22:58:25, schrieb Christian Schwabe:
> >
> > Hello guys,
> >
> > some days later I already made some progress.
> > HDFS run already successfully in background. I follow these instructions:
> > http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/
> >
> > TajoMasters starts already on HA mode, but how to configure Tajo in detail
> > to use hdfs? I read this documentation
> > http://tajo.apache.org/docs/current/configuration/cluster_setup.html,> >
> > but i
> > don’t know how to configure tajo to store files to hdfs.
> > Also i don’t know how to setup the second machine to start only a worker and
> > connect to master.
> > I already applied masters and workers file.
> >
> > MacBook1
> >
> > workers content:
> >
> > localhost
> > 192.168.178.39 // second worker
> >
> > masters content:
> >
> > localhost
> >
> > MacBook2
> >
> > workers content:
> >
> > localhost
> > 192.168.178.101
> >
> > masters content:
> >
> > 192.168.178.101
> >
> >
> >
> > Actually I miss a complete guide in the documentation for setup a second
> > worker to the master. When I realize that with your help, I will post these
> > instructions and place it to documentation available. I promise!
> >
> > Hopefully you can help me.
> >
> >
> > Beat regards,
> > Chris
> >
> >
> > Am 22.09.2014 um 08:46 schrieb Christian Schwabe
> > <> > [email protected]> > >:
> >
> >
> > Hello guys,
> >
> > can someone help to setup a cluster with a second worker?
> >
> >
> > Best regards,
> > Chris
> >
> >
> >
> >
> >
> >
> >
{\rtf1\ansi\ansicpg1252\cocoartf1265\cocoasubrtf210
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural
\f0\fs24 \cf0 2014-09-26 21:53:26,332 INFO org.apache.tajo.master.TajoMaster: STARTUP_MSG: \
/************************************************************\
STARTUP_MSG: Starting TajoMaster\
STARTUP_MSG: host = christians-mbp.fritz.box/192.168.178.101\
STARTUP_MSG: args = []\
STARTUP_MSG: version = 0.9.0-SNAPSHOT\
STARTUP_MSG: classpath = /Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../conf:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../tajo-algebra-0.9.0-SNAPSHOT.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../tajo-catalog-client-0.9.0-SNAPSHOT.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../tajo-catalog-common-0.9.0-SNAPSHOT.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../tajo-catalog-server-0.9.0-SNAPSHOT.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../tajo-client-0.9.0-SNAPSHOT.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../tajo-common-0.9.0-SNAPSHOT.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../tajo-core-0.9.0-SNAPSHOT.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../tajo-rpc-0.9.0-SNAPSHOT.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../tajo-storage-0.9.0-SNAPSHOT.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../tajo-yarn-pullserver-0.9.0-SNAPSHOT.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/ST4-4.0.7.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/ant-1.6.5.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/antlr-2.7.7.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/antlr-runtime-3.5.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/antlr4-4.1.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/antlr4-runtime-4.1.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/avro-1.7.4.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/avro-ipc-1.7.3.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/avro-mapred-1.7.3.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/commons-codec-1.4.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/commons-collections-3.2.1.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/commons-compress-1.4.1.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/commons-lang-2.6.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/commons-logging-1.1.1.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/commons-logging-api-1.1.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/core-3.1.1.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/derby-10.8.2.2.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/dspace-geoip-1.2.3.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/gmetric4j-1.0.3.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/gson-2.2.2.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/guava-11.0.2.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/jackson-core-asl-1.8.8.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/jackson-mapper-asl-1.8.8.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/jetty-6.1.14.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/jetty-util-6.1.26.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/jline-2.11.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/joda-time-2.3.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/jsp-2.1-6.1.14.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/jsp-api-2.1-6.1.14.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/jsr305-1.3.9.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/metrics-core-3.0.1.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/metrics-jvm-3.0.1.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/netty-3.6.6.Final.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/oncrpc-1.0.7.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/org.abego.treelayout.core-1.0.1.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/paranamer-2.3.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/parquet-column-1.5.0.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/parquet-common-1.5.0.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/parquet-encoding-1.5.0.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/parquet-format-2.1.0.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/parquet-generator-1.5.0.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/parquet-hadoop-1.5.0.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/parquet-jackson-1.5.0.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/protobuf-java-2.5.0.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/servlet-api-2.5-20081211.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/servlet-api-2.5-6.1.14.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/snappy-java-1.0.4.1.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/stringtemplate-3.2.1.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/trevni-avro-1.7.3.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/trevni-core-1.7.3.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/velocity-1.7.jar:/Users/hduser/Desktop/01_Tajo/tajo-0.9.0-SNAPSHOT/bin/../lib/xz-1.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/etc/hadoop:/Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home/lib/tools.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/activation-1.1.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/asm-3.2.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/avro-1.7.4.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/commons-beanutils-1.7.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/commons-beanutils-core-1.8.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/commons-cli-1.2.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/commons-codec-1.4.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/commons-collections-3.2.1.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/commons-compress-1.4.1.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/commons-configuration-1.6.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/commons-digester-1.8.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/commons-el-1.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/commons-httpclient-3.1.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/commons-io-2.4.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/commons-lang-2.6.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/commons-logging-1.1.3.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/commons-math3-3.1.1.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/commons-net-3.1.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/guava-11.0.2.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/hadoop-annotations-2.4.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/hadoop-auth-2.4.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/httpclient-4.2.5.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/httpcore-4.2.5.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/jackson-core-asl-1.8.8.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/jackson-jaxrs-1.8.8.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/jackson-mapper-asl-1.8.8.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/jackson-xc-1.8.8.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/jasper-compiler-5.5.23.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/jasper-runtime-5.5.23.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/java-xmlbuilder-0.4.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/jaxb-api-2.2.2.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/jaxb-impl-2.2.3-1.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/jersey-core-1.9.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/jersey-json-1.9.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/jersey-server-1.9.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/jets3t-0.9.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/jettison-1.1.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/jetty-6.1.26.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/jetty-util-6.1.26.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/jsch-0.1.42.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/jsp-api-2.1.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/jsr305-1.3.9.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/junit-4.8.2.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/log4j-1.2.17.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/mockito-all-1.8.5.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/netty-3.6.2.Final.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/paranamer-2.3.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/protobuf-java-2.5.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/servlet-api-2.5.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/slf4j-api-1.7.5.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/slf4j-log4j12-1.7.5.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/snappy-java-1.0.4.1.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/stax-api-1.0-2.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/xmlenc-0.52.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/xz-1.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/lib/zookeeper-3.4.5.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/hadoop-common-2.4.0-tests.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/hadoop-common-2.4.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/common/hadoop-nfs-2.4.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/hdfs/hadoop-hdfs-2.4.0-tests.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/hdfs/hadoop-hdfs-2.4.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/hdfs/hadoop-hdfs-nfs-2.4.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/hdfs/lib/asm-3.2.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/hdfs/lib/commons-cli-1.2.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/hdfs/lib/commons-codec-1.4.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/hdfs/lib/commons-daemon-1.0.13.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/hdfs/lib/commons-el-1.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/hdfs/lib/commons-io-2.4.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/hdfs/lib/commons-lang-2.6.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/hdfs/lib/commons-logging-1.1.3.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/hdfs/lib/guava-11.0.2.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/hdfs/lib/jackson-core-asl-1.8.8.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/hdfs/lib/jackson-mapper-asl-1.8.8.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/hdfs/lib/jasper-runtime-5.5.23.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/hdfs/lib/jersey-core-1.9.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/hdfs/lib/jersey-server-1.9.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/hdfs/lib/jetty-6.1.26.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/hdfs/lib/jetty-util-6.1.26.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/hdfs/lib/jsp-api-2.1.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/hdfs/lib/jsr305-1.3.9.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/hdfs/lib/log4j-1.2.17.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/hdfs/lib/netty-3.6.2.Final.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/hdfs/lib/protobuf-java-2.5.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/hdfs/lib/servlet-api-2.5.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/hdfs/lib/xmlenc-0.52.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/yarn/hadoop-yarn-api-2.4.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/yarn/hadoop-yarn-applications-distributedshell-2.4.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/yarn/hadoop-yarn-applications-unmanaged-am-launcher-2.4.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/yarn/hadoop-yarn-client-2.4.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/yarn/hadoop-yarn-common-2.4.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/yarn/hadoop-yarn-server-applicationhistoryservice-2.4.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/yarn/hadoop-yarn-server-common-2.4.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/yarn/hadoop-yarn-server-nodemanager-2.4.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/yarn/hadoop-yarn-server-resourcemanager-2.4.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/yarn/hadoop-yarn-server-tests-2.4.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/yarn/hadoop-yarn-server-web-proxy-2.4.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/mapreduce/hadoop-mapreduce-client-app-2.4.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/mapreduce/hadoop-mapreduce-client-common-2.4.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/mapreduce/hadoop-mapreduce-client-core-2.4.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/mapreduce/hadoop-mapreduce-client-hs-2.4.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/mapreduce/hadoop-mapreduce-client-hs-plugins-2.4.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/mapreduce/hadoop-mapreduce-client-jobclient-2.4.0-tests.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/mapreduce/hadoop-mapreduce-client-jobclient-2.4.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/mapreduce/hadoop-mapreduce-client-shuffle-2.4.0.jar:/Users/chris/6_Semester/Thesis/02_Hadoop/hadoop-2.4.0-bin_x64/share/hadoop/mapreduce/hadoop-mapreduce-examples-2.4.0.jar\
STARTUP_MSG: build = https://git-wip-us.apache.org/repos/asf/tajo.git -r 745131ee996b8d468479145de2069c4d34d6ffa0; compiled by 'chris' on 2014-09-17T18:10Z\
STARTUP_MSG: java = 1.7.0_67\
************************************************************/\
2014-09-26 21:53:26,346 INFO org.apache.tajo.master.TajoMaster: registered UNIX signal handlers for [TERM, HUP, INT]\
2014-09-26 21:53:26,917 INFO org.mortbay.log: Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog\
2014-09-26 21:53:26,974 INFO org.apache.tajo.webapp.HttpServer: Jetty bound to port 26080\
2014-09-26 21:53:26,974 INFO org.mortbay.log: jetty-6.1.14\
2014-09-26 21:53:27,472 INFO org.mortbay.log: Started [email protected]:26080\
2014-09-26 21:53:27,476 INFO org.apache.tajo.master.TajoMaster: Tajo Root Directory: hdfs://192.168.178.101:50070/tajo\
2014-09-26 21:53:27,778 WARN org.apache.hadoop.util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable\
2014-09-26 21:53:28,373 INFO org.apache.tajo.master.TajoMaster: FileSystem (hdfs://192.168.178.101:50070) is initialized.\
2014-09-26 21:53:28,426 ERROR org.apache.tajo.master.TajoMaster: Failed on local exception: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.; Host Details : local host is: "christians-mbp.fritz.box/192.168.178.101"; destination host is: "christians-mbp.fritz.box":50070; \
java.io.IOException: Failed on local exception: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.; Host Details : local host is: "christians-mbp.fritz.box/192.168.178.101"; destination host is: "christians-mbp.fritz.box":50070; \
at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:764)\
at org.apache.hadoop.ipc.Client.call(Client.java:1414)\
at org.apache.hadoop.ipc.Client.call(Client.java:1363)\
at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:206)\
at com.sun.proxy.$Proxy14.getFileInfo(Unknown Source)\
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)\
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\
at java.lang.reflect.Method.invoke(Method.java:606)\
at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:190)\
at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:103)\
at com.sun.proxy.$Proxy14.getFileInfo(Unknown Source)\
at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.getFileInfo(ClientNamenodeProtocolTranslatorPB.java:699)\
at org.apache.hadoop.hdfs.DFSClient.getFileInfo(DFSClient.java:1762)\
at org.apache.hadoop.hdfs.DistributedFileSystem$17.doCall(DistributedFileSystem.java:1124)\
at org.apache.hadoop.hdfs.DistributedFileSystem$17.doCall(DistributedFileSystem.java:1120)\
at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)\
at org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1120)\
at org.apache.hadoop.fs.FileSystem.exists(FileSystem.java:1398)\
at org.apache.tajo.master.TajoMaster.checkAndInitializeSystemDirectories(TajoMaster.java:249)\
at org.apache.tajo.master.TajoMaster.serviceInit(TajoMaster.java:170)\
at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)\
at org.apache.tajo.master.TajoMaster.main(TajoMaster.java:614)\
Caused by: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.\
at com.google.protobuf.InvalidProtocolBufferException.invalidEndTag(InvalidProtocolBufferException.java:94)\
at com.google.protobuf.CodedInputStream.checkLastTagWas(CodedInputStream.java:124)\
at com.google.protobuf.AbstractParser.parsePartialFrom(AbstractParser.java:202)\
at com.google.protobuf.AbstractParser.parsePartialDelimitedFrom(AbstractParser.java:241)\
at com.google.protobuf.AbstractParser.parseDelimitedFrom(AbstractParser.java:253)\
at com.google.protobuf.AbstractParser.parseDelimitedFrom(AbstractParser.java:259)\
at com.google.protobuf.AbstractParser.parseDelimitedFrom(AbstractParser.java:49)\
at org.apache.hadoop.ipc.protobuf.RpcHeaderProtos$RpcResponseHeaderProto.parseDelimitedFrom(RpcHeaderProtos.java:2364)\
at org.apache.hadoop.ipc.Client$Connection.receiveRpcResponse(Client.java:1055)\
at org.apache.hadoop.ipc.Client$Connection.run(Client.java:949)\
2014-09-26 21:53:28,428 INFO org.apache.hadoop.service.AbstractService: Service org.apache.tajo.master.TajoMaster failed in state INITED; cause: java.io.IOException: Failed on local exception: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.; Host Details : local host is: "christians-mbp.fritz.box/192.168.178.101"; destination host is: "christians-mbp.fritz.box":50070; \
java.io.IOException: Failed on local exception: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.; Host Details : local host is: "christians-mbp.fritz.box/192.168.178.101"; destination host is: "christians-mbp.fritz.box":50070; \
at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:764)\
at org.apache.hadoop.ipc.Client.call(Client.java:1414)\
at org.apache.hadoop.ipc.Client.call(Client.java:1363)\
at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:206)\
at com.sun.proxy.$Proxy14.getFileInfo(Unknown Source)\
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)\
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\
at java.lang.reflect.Method.invoke(Method.java:606)\
at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:190)\
at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:103)\
at com.sun.proxy.$Proxy14.getFileInfo(Unknown Source)\
at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.getFileInfo(ClientNamenodeProtocolTranslatorPB.java:699)\
at org.apache.hadoop.hdfs.DFSClient.getFileInfo(DFSClient.java:1762)\
at org.apache.hadoop.hdfs.DistributedFileSystem$17.doCall(DistributedFileSystem.java:1124)\
at org.apache.hadoop.hdfs.DistributedFileSystem$17.doCall(DistributedFileSystem.java:1120)\
at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)\
at org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1120)\
at org.apache.hadoop.fs.FileSystem.exists(FileSystem.java:1398)\
at org.apache.tajo.master.TajoMaster.checkAndInitializeSystemDirectories(TajoMaster.java:249)\
at org.apache.tajo.master.TajoMaster.serviceInit(TajoMaster.java:170)\
at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)\
at org.apache.tajo.master.TajoMaster.main(TajoMaster.java:614)\
Caused by: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.\
at com.google.protobuf.InvalidProtocolBufferException.invalidEndTag(InvalidProtocolBufferException.java:94)\
at com.google.protobuf.CodedInputStream.checkLastTagWas(CodedInputStream.java:124)\
at com.google.protobuf.AbstractParser.parsePartialFrom(AbstractParser.java:202)\
at com.google.protobuf.AbstractParser.parsePartialDelimitedFrom(AbstractParser.java:241)\
at com.google.protobuf.AbstractParser.parseDelimitedFrom(AbstractParser.java:253)\
at com.google.protobuf.AbstractParser.parseDelimitedFrom(AbstractParser.java:259)\
at com.google.protobuf.AbstractParser.parseDelimitedFrom(AbstractParser.java:49)\
at org.apache.hadoop.ipc.protobuf.RpcHeaderProtos$RpcResponseHeaderProto.parseDelimitedFrom(RpcHeaderProtos.java:2364)\
at org.apache.hadoop.ipc.Client$Connection.receiveRpcResponse(Client.java:1055)\
at org.apache.hadoop.ipc.Client$Connection.run(Client.java:949)\
2014-09-26 21:53:28,437 INFO org.apache.tajo.master.TajoMaster: Tajo Master main thread exiting\
2014-09-26 21:53:28,438 FATAL org.apache.tajo.master.TajoMaster: Error starting TajoMaster\
org.apache.hadoop.service.ServiceStateException: java.io.IOException: Failed on local exception: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.; Host Details : local host is: "christians-mbp.fritz.box/192.168.178.101"; destination host is: "christians-mbp.fritz.box":50070; \
at org.apache.hadoop.service.ServiceStateException.convert(ServiceStateException.java:59)\
at org.apache.hadoop.service.AbstractService.init(AbstractService.java:172)\
at org.apache.tajo.master.TajoMaster.main(TajoMaster.java:614)\
Caused by: java.io.IOException: Failed on local exception: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.; Host Details : local host is: "christians-mbp.fritz.box/192.168.178.101"; destination host is: "christians-mbp.fritz.box":50070; \
at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:764)\
at org.apache.hadoop.ipc.Client.call(Client.java:1414)\
at org.apache.hadoop.ipc.Client.call(Client.java:1363)\
at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:206)\
at com.sun.proxy.$Proxy14.getFileInfo(Unknown Source)\
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)\
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\
at java.lang.reflect.Method.invoke(Method.java:606)\
at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:190)\
at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:103)\
at com.sun.proxy.$Proxy14.getFileInfo(Unknown Source)\
at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.getFileInfo(ClientNamenodeProtocolTranslatorPB.java:699)\
at org.apache.hadoop.hdfs.DFSClient.getFileInfo(DFSClient.java:1762)\
at org.apache.hadoop.hdfs.DistributedFileSystem$17.doCall(DistributedFileSystem.java:1124)\
at org.apache.hadoop.hdfs.DistributedFileSystem$17.doCall(DistributedFileSystem.java:1120)\
at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)\
at org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1120)\
at org.apache.hadoop.fs.FileSystem.exists(FileSystem.java:1398)\
at org.apache.tajo.master.TajoMaster.checkAndInitializeSystemDirectories(TajoMaster.java:249)\
at org.apache.tajo.master.TajoMaster.serviceInit(TajoMaster.java:170)\
at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)\
... 1 more\
Caused by: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.\
at com.google.protobuf.InvalidProtocolBufferException.invalidEndTag(InvalidProtocolBufferException.java:94)\
at com.google.protobuf.CodedInputStream.checkLastTagWas(CodedInputStream.java:124)\
at com.google.protobuf.AbstractParser.parsePartialFrom(AbstractParser.java:202)\
at com.google.protobuf.AbstractParser.parsePartialDelimitedFrom(AbstractParser.java:241)\
at com.google.protobuf.AbstractParser.parseDelimitedFrom(AbstractParser.java:253)\
at com.google.protobuf.AbstractParser.parseDelimitedFrom(AbstractParser.java:259)\
at com.google.protobuf.AbstractParser.parseDelimitedFrom(AbstractParser.java:49)\
at org.apache.hadoop.ipc.protobuf.RpcHeaderProtos$RpcResponseHeaderProto.parseDelimitedFrom(RpcHeaderProtos.java:2364)\
at org.apache.hadoop.ipc.Client$Connection.receiveRpcResponse(Client.java:1055)\
at org.apache.hadoop.ipc.Client$Connection.run(Client.java:949)\
2014-09-26 21:53:28,440 INFO org.apache.tajo.master.TajoMaster: Tajo Master main thread exiting\
2014-09-26 21:53:28,444 INFO org.apache.tajo.master.TajoMaster: SHUTDOWN_MSG: \
/************************************************************\
SHUTDOWN_MSG: Shutting down TajoMaster at christians-mbp.fritz.box/192.168.178.101\
************************************************************/\
}