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
The HADOOP_HOME should end in a slash, if set like the following hadoop streaming can't be found. This should
Be louder that hadoop streaming can't be found
Be more tolerant of not having a slash when trying to find hadoop streaming
brandyn@vitrieve03:/projects/hadoopy$ export HADOOP_HOME=/usr/lib/hadoop
brandyn@vitrieve03:/projects/hadoopy$ python
Python 2.7.1+ (r271:86832, Apr 11 2011, 18:13:53)
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import hadoopy
a=hadoopy.readtb('/user/brandyn/playground/kernels/15').next()
Traceback (most recent call last):
File "", line 1, in
StopIteration
The text was updated successfully, but these errors were encountered:
The HADOOP_HOME should end in a slash, if set like the following hadoop streaming can't be found. This should
brandyn@vitrieve03:
/projects/hadoopy$ export HADOOP_HOME=/usr/lib/hadoop/projects/hadoopy$ pythonbrandyn@vitrieve03:
Python 2.7.1+ (r271:86832, Apr 11 2011, 18:13:53)
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
The text was updated successfully, but these errors were encountered: