Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Running als-computation SimpleIT test

avatar
Explorer

Hi

I'm writing an oryx modification to fetch all user ids in the model.

I've referenced https://github.com/cloudera/oryx/commit/1df9c177d4087114c2cc391a085e1d61d16b577c commit to implement the functionality.

Now I'm trying to add in some test cases in the SimpleIT, but I cannot figure out where the test data set is.

 

https://github.com/cloudera/oryx/blob/1df9c177d4087114c2cc391a085e1d61d16b577c/als-computation/src/i...

 

references grouplens100k, but where do you get the file? I can't seem to find it in the code base.

 

What am I missing here?

 

1 ACCEPTED SOLUTION

avatar
Master Collaborator

The GroupLens data set is not in the project, since it can't be redistributed. It would normally be found under src/it/resources/grouplens100k . You can get the data sets here: http://grouplens.org/datasets/movielens/

View solution in original post

1 REPLY 1

avatar
Master Collaborator

The GroupLens data set is not in the project, since it can't be redistributed. It would normally be found under src/it/resources/grouplens100k . You can get the data sets here: http://grouplens.org/datasets/movielens/