Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrectly setting HADOOP_HOME can cause unclear errors #54

Open
bwhite opened this issue Feb 10, 2012 · 0 comments
Open

Incorrectly setting HADOOP_HOME can cause unclear errors #54

bwhite opened this issue Feb 10, 2012 · 0 comments

Comments

@bwhite
Copy link
Owner

bwhite commented Feb 10, 2012

The HADOOP_HOME should end in a slash, if set like the following hadoop streaming can't be found. This should

  1. Be louder that hadoop streaming can't be found
  2. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant