-
Notifications
You must be signed in to change notification settings - Fork 75
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
Documentation to /run/ examples? #68
Comments
@cmacdonald |
I'm still not able to compile: I get an OutOfMemory error from Maven. The end of the Maven log file is enclosed below.
I have tried to increase the memory settings in the pom.xml file:
Any other hints? |
What version of Maven are you using? You can try to add environment variables:
|
Maven version 3.3.9 - yes changing MAVEN_OPTS helped me compile the jar files. However, to run the example, I had to change the parent's pom.xml file again which had disabled installation of jar files:
So after that diff, the final invocations to get something to run is:
What would now help is if you can provide an example of the options to use LambdaMARTRunner, e.g. using the LETOR or MSLR datasets, or at least what formats are expected, so I know how to transform such standard datasets? Craig |
Hello,
Could you provide some documentation to run the examples - I'm having issues compiling, as
mvn install
is disabled, its difficult to do amvn exec:java
from inside the examples directory. Is there a way to get a single shaded Jar for all sub-modules? The jar created in assembly/target does not include the examples, and with install disabled I'm not clear how to run an example.Any advice?
Craig
The text was updated successfully, but these errors were encountered: