Unable to view Snappy-compressed files
You must install the python-snappy library on your cluster to view
files compressed with Snappy using the Hue File Browser and the HBase Browser.
Post-installation, Hue automatically detects and displays the Snappy-compressed
files.
The python-snappy library is incompatible with the python library
called snappy. You must uninstall snappy if it is
present on your cluster.
Run the following command to check whether the
snappy library is
installed on your cluster:/usr/bin/pip show snappyNo output on the console indicates that the
snappy library is not
installed on your cluster. If you get any results for snappy, then
uninstall it by running the following
command:/usr/bin/pip uninstall snappyNext, check whether you have the
python-snappy library is installed
on your cluster by running the following
command:/usr/bin/pip show python-snappySample
output:
Name: python-snappy
Version: 0.5.4
Location: /usr/lib64/python2.7/site-packages