You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Vikram (JIRA)" <ji...@apache.org> on 2013/10/29 22:51:26 UTC

[jira] [Updated] (TAJO-293) querymasters directory not found in single node setup

     [ https://issues.apache.org/jira/browse/TAJO-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vikram updated TAJO-293:
------------------------

    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.

  was:
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-172-31-17-12.out
localhost: starting worker, logging to /home/ec2-user/tajo-0.2.0-SNAPSHOT/bin/../logs/tajo-ec2-user-worker-ip-172-31-17-12.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.


> querymasters directory not found in single node setup
> -----------------------------------------------------
>
>                 Key: TAJO-293
>                 URL: https://issues.apache.org/jira/browse/TAJO-293
>             Project: Tajo
>          Issue Type: Bug
>          Components: conf and scripts, master
>    Affects Versions: 0.2-incubating
>         Environment: Amazon linux 
>            Reporter: Vikram
>            Priority: Critical
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.1#6144)