Skip to content
New issue

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

ant build problem #82

Open
wpf5511 opened this issue Feb 28, 2015 · 0 comments
Open

ant build problem #82

wpf5511 opened this issue Feb 28, 2015 · 0 comments

Comments

@wpf5511
Copy link

wpf5511 commented Feb 28, 2015

 I use the ant build command to build the RHive from source.

BUILD FAILED
/home/wpf/RHive/build.xml:39: /home/wpf/RHive/${env.HIVE_HOME}/lib does not exist
I see the build.xml that line is 

<path id="classpath">
    <fileset dir="./" includes="**/*.jar"/>
    <fileset dir="${lib.dir}" includes="*.jar"/>
    <fileset dir="${env.HIVE_HOME}/lib/" includes="**/*.jar"/>
    <fileset dir="${env.HADOOP_HOME}" includes="**/*.jar"/>
</path>
my os is ubuntu 14.04,and i set the HADOOP_HOME and HIVE_HOME in /etc/profile ,my hadoop version is 2.6.0 and hive version is 0.14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant