Closed Bug 1308830 Opened 8 years ago Closed 8 years ago

Parquet2hive Failing with 'No Module named parquet_format.ttypes'

Categories

(Cloud Services Graveyard :: Metrics: Pipeline, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: frank, Unassigned)

References

Details

While the tests pass, the parquet2hive command is failing. Tested in a clean virtualenv. cd /path/to/parquet2hive parquet2hive s3://telemetry-test-bucket/churn
Blocks: 1255752
Just tested on a fresh cluster. After uploading most recent version to pypi test servers, ran the following: (note that thrift must be installed separately since we're using the test servers) >> pip install thrift >> pip install parquet2hive -i https://testpypi.python.org/pypi >> parquet2hive s3://telemetry-test-bucket/churn Traceback (most recent call last): File "/home/hadoop/anaconda2/bin/parquet2hive", line 6, in <module> from parquet2hive_modules import parquet2hivelib as lib File "/home/hadoop/anaconda2/lib/python2.7/site-packages/parquet2hive_modules/parquet2hivelib.py", line 12, in <module> from parquet_format.ttypes import FileMetaData ImportError: No module named parquet_format.ttypes
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Product: Cloud Services → Cloud Services Graveyard
You need to log in before you can comment on or make changes to this bug.