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
Hi,
Trying to follow the instructions of (1) cloning mongo-hadoop.git and (2) "sbt package", I do not get any ".jar" file created thanks to that :(
I never used [sbt] before. But I am block here.
Here are my commands :
$sbt package Unable to find a $JAVA_HOME at "/usr", continuing with system-provided Java... [info] Set current project to mongo-hadoop (in build file:/Applications/MongoDB/mongo-hadoop/mongo-hadoop/) [info] Updating {file:/Applications/MongoDB/mongo-hadoop/mongo-hadoop/}mongo-hadoop... [info] Resolving org.fusesource.jansi#jansi;1.4 ... [info] Done updating. [info] Packaging /Applications/MongoDB/mongo-hadoop/mongo-hadoop/target/scala-2.10/mongo-hadoop_2.10-0.1-SNAPSHOT.jar ... [info] Done packaging. [success] Total time: 2 s, completed 24 oct. 2014 00:48:23 $find .|grep jar ./gradle/wrapper/gradle-wrapper.jar ./target/scala-2.10/mongo-hadoop_2.10-0.1-SNAPSHOT.jar
$sbt package Unable to find a $JAVA_HOME at "/usr", continuing with system-provided Java... [info] Set current project to mongo-hadoop (in build file:/Applications/MongoDB/mongo-hadoop/mongo-hadoop/) [info] Updating {file:/Applications/MongoDB/mongo-hadoop/mongo-hadoop/}mongo-hadoop... [info] Resolving org.fusesource.jansi#jansi;1.4 ... [info] Done updating. [info] Packaging /Applications/MongoDB/mongo-hadoop/mongo-hadoop/target/scala-2.10/mongo-hadoop_2.10-0.1-SNAPSHOT.jar ... [info] Done packaging. [success] Total time: 2 s, completed 24 oct. 2014 00:48:23
$find .|grep jar ./gradle/wrapper/gradle-wrapper.jar ./target/scala-2.10/mongo-hadoop_2.10-0.1-SNAPSHOT.jar
Any insight appreciated...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Trying to follow the instructions of (1) cloning mongo-hadoop.git and (2) "sbt package", I do not get any ".jar" file created thanks to that :(
I never used [sbt] before. But I am block here.
Here are my commands :
Any insight appreciated...
The text was updated successfully, but these errors were encountered: