- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Running als-computation SimpleIT test
Created ‎10-08-2014 06:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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?
Created ‎10-08-2014 11:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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/
Created ‎10-08-2014 11:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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/
