Member since
10-08-2017
39
Posts
0
Kudos Received
0
Solutions
01-03-2018
05:19 PM
I attached the ipconif of both linux and local machine Neeraj Singh
... View more
11-12-2017
06:48 AM
1 Kudo
@Karthick Raja, Check this line in your code RatingsBreakdown.py line 12, in mapper_get_ratings (userID, movieID, rating, timestamp ) = line.split('\t') The line should have exactly 4 values else you may get the issue 'ValueError: need more than 2 values to unpack' . Check the input or add a validation if len(line.split('\t')) == 4:
(userID, movieID, rating, timestamp ) = line.split('\t')
... View more
10-14-2017
09:03 AM
Thanks Aditya, After editing how to save and exit that command, and i couldnt find the #cat /etc/yum.repos.d/sandbox.repo this line , could you help me please
... View more