Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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/