GitHub user jonbuffington opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/189
fix: include snappy and lz4 jars for deployment
The Cassandra interpreter supports both SNAPPY and LZ4 protocol
compression options but the required libraries are not included in the
distribution. By including both jars in the build, deployment is
simplified allow for simple configuration changes to utilize the
either the SNAPPY and LZ4 protocol compression choices.
Fixes https://issues.apache.org/jira/browse/ZEPPELIN-208
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fuseelements/incubator-zeppelin
cassandra-compression
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/189.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #189
----
commit 0d9789d92ceeedde3a15721a5adcca4581628d81
Author: Jon Buffington <[email protected]>
Date: 2015-08-08T09:51:46Z
fix: include snappy and lz4 jars for deployment
The Cassandra interpreter supports both SNAPPY and LZ4 protocol
compression options but the required libraries are not included in the
distribution. By including both jars in the build, deployment is
simplified allow for simple configuration changes to utilize the
either the SNAPPY and LZ4 protocol compression choices.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---