Add to onboarding reproduction logs #2623
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Details on my setup (e.g., operating system, environment and configuration, etc.):
The setup actually took me quite some time for a couple of reasons:
Fatal error compiling: invalid target release: 21
. Referencing to an internal post, I was able to update Java version to 21, following these steps.Crashed tests: io.anserini.search.SimpleImpactSearcherTest
. I actually was not able to locate the exact cause of this issue, and instead continue building withmvn clean package -DskipTests -Dmaven.javadoc.skip=true
instead ofmvn clean package
, since this is irrelevant to current tasks.bin/run.sh
script to create inverted index, I gotjava.lang.SecurityException
foranserini-0.38.1-SNAPSHOT-fatjar.jar
file. I had to manually unzip the jar, remove the signatures, and zip it back up.experiments-msmarco-passage.md
, when created inverted index, I had to modifyrun.sh
to change the -Xms option to 2GB and -Xmx to 6GB due to insufficient memory.With that said, the actual theoretical knowledge and scripts in the tasks are very easy to follow and understand; I was also able to figure out unexplained terms and configurations through a quick google search.