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
Any insight appreciated...
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...