Hi Emin, Did you install using Ambari? If so, Try like this: $ vi conf/tajo-env.sh export HADOOP_HOME=/usr/hdp/current/hadoop-client export TAJO_CLASSPATH=$HADOOP_HOME/client/*
— yeon su > 2015. 11. 15., 오후 9:57, Emin TÜYLÜCE <[email protected]> 작성: > > Hi , > > I am trying to Run TAJO in Hortonworks Hadoop 2.3 > > After I set my hadoop_home and still I am getting $HADOOP_HOME set error > message. > > `` [root@master bin]# ./start-tajo.sh > Starting single TajoMaster > starting master, logging to > /home/emin/tajo/bin/../logs/tajo-emin-master-master.hadoop.com.out > Cannot find hadoop installation: $HADOOP_HOME must be set or hadoop must be > in the path > master.hadoop.com <http://master.hadoop.com/>: starting worker, logging to > /home/emin/tajo/bin/../logs/tajo-root-worker-master.hadoop.com.out > master.hadoop.com <http://master.hadoop.com/>: Cannot find hadoop > installation: $HADOOP_HOME must be set or hadoop must be in the path > Tajo master web UI: http://Cannot:find > Tajo Client Service: Cannot:find `` > > > My hadoop folder structure is : > > datafu falcon hadoop-hdfs hadoop-yarn hive mahout > phoenix ranger-hbase-plugin ranger-hive-plugin spark tez zookeeper > etc hadoop hadoop-mapreduce hbase hive-hcatalog oozie pig > ranger-hdfs-plugin ranger-yarn-plugin sqoop usr > > > > > Thanks, > >
