You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Amanda Moran (JIRA)" <ji...@apache.org> on 2015/12/07 23:03:11 UTC

[jira] [Created] (TRAFODION-1681) hadoop and hdfs commands need a full path

Amanda Moran created TRAFODION-1681:
---------------------------------------

             Summary: hadoop and hdfs commands need a full path
                 Key: TRAFODION-1681
                 URL: https://issues.apache.org/jira/browse/TRAFODION-1681
             Project: Apache Trafodion
          Issue Type: Bug
          Components: installer
            Reporter: Amanda Moran
            Assignee: Amanda Moran


During install hadoop and hdfs commands fail because full path is not included. This does not always happen, but happening more offend. 

traf_cloudera_mods98:

Change lines like: 
sudo su $HDFS_USER --command "hadoop fs -mkdir /bulkload"
To: 
sudo su $HDFS_USER --command "$HADOOP_PATH/../../../bin/hadoop fs -mkdir /bulkload"




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)