Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 0.2-incubating
-
Fix Version/s: 0.8.0
-
Component/s: conf and scripts, QueryMaster
-
Labels:None
-
Environment:
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.