Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
0.2-incubating
-
None
-
Amazon linux
Description
Hi guys Two bugs I see one I have a hadoop path added still give error :
starting master, logging to /home/ec2-user/tajo-0.2.0-SNAPSHOT/bin/../logs/tajo-ec2-user-master-ip-xxx-xx-xx-xx.out
localhost: starting worker, logging to /home/ec2-user/tajo-0.2.0-SNAPSHOT/bin/../logs/tajo-ec2-user-worker-ip-xxx-xx-xx-xx.out
localhost: Cannot find hadoop installation: $HADOOP_HOME must be set or hadoop must be in the path
cat: /home/ec2-user/tajo-0.2.0-SNAPSHOT/bin/../conf/querymasters: No such file or directory
But still $TAJO_HOME/bin/tsql works and the create table loading data etc... but once I query.
tajo> select * from table1 where id > 2;
Fail starting QueryMaster.