-
Notifications
You must be signed in to change notification settings - Fork 3
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
ArrayIndexOutOfBoundsException #5
Comments
@flamingofugang Just to check, is this a regression given the changes in the last two months, or is this the furthest as yet in making HDT-MR actually work? |
There is still lzo compression library issue, I will report later on. |
Related pull request: #4 |
@flamingofugang Does your pull request #4 resolve this? |
The java program takes in lzo compressed ntriples file as input, and the lzo file should be indexed as far as I understand. I changed the pom.xml to make dependency on a locally build hadoop lzo package with native lzo library available. I recommend this should be explained in the README file: First the user need to install lzo and lzop |
Hi, can you share the installation process of HDT-MR? |
I got the following exception error when I run hadoop mr:
Here is the code snippet causing exception:
InputSampler.writePartitionFile(job, new InputSampler.IntervalSampler<Text, Text>(this.conf.getSampleProbability()));
It seems the input files are not found... I created 'input' directory, and put ntriples '.nt' files in it.
Any idea?
Best,
Gang
The text was updated successfully, but these errors were encountered: