We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello: there is a error when we install the thrax: /thrax/Thrax.java:9: error: package org.apache.hadoop. conf does not exist
this is the setup: #TEST ANT export HADOOP=/data/max/hadoop-0.20.2/hadoop-0.20.2-core.jar export HADOOP_VERSION=0.20.2 #END TSET ANT
or: export HADOOP=/data/max/hadoop-0.20.2 export HADOOP_VERSION=0.20.2 export AWS_SDK=/data/max/aws-java-sdk-1.1.3 export AWS_VERSION=1.1.3
export JAVA_HOME=/usr/lib/jvm/java-8-oracle export CLASSPATH=$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar:/data/max/hadoop-0.20.2/hadoop-0.20.2-core.jar export PATH=$JAVA_HOME/bin:$PATH
Both doesn't work
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hello:
there is a error when we install the thrax:
/thrax/Thrax.java:9: error: package org.apache.hadoop. conf does not exist
this is the setup:
#TEST ANT
export HADOOP=/data/max/hadoop-0.20.2/hadoop-0.20.2-core.jar
export HADOOP_VERSION=0.20.2
#END TSET ANT
or:
export HADOOP=/data/max/hadoop-0.20.2
export HADOOP_VERSION=0.20.2
export AWS_SDK=/data/max/aws-java-sdk-1.1.3
export AWS_VERSION=1.1.3
export JAVA_HOME=/usr/lib/jvm/java-8-oracle
export CLASSPATH=$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar:/data/max/hadoop-0.20.2/hadoop-0.20.2-core.jar
export PATH=$JAVA_HOME/bin:$PATH
Both doesn't work
The text was updated successfully, but these errors were encountered: