You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I was writing homework2 in GuineaPig, I wrote a separate file in addition to nb.py and import it in the nb.py. However, that file was not uploaded to the server, causing the map-reduce task failure, which was really hard to debug.
A fix would be upload *.py from the directory of sys.argv[0]
BTW, the GPig version on autolab is not 1.3.5, which doesn't contain combiner.
The text was updated successfully, but these errors were encountered:
https://github.com/TeamCohen/GuineaPig/blob/master/guineapig.py#L1360
When I was writing homework2 in GuineaPig, I wrote a separate file in addition to nb.py and import it in the nb.py. However, that file was not uploaded to the server, causing the map-reduce task failure, which was really hard to debug.
A fix would be upload *.py from the directory of sys.argv[0]
BTW, the GPig version on autolab is not 1.3.5, which doesn't contain combiner.
The text was updated successfully, but these errors were encountered: