benchflow / analysers

Spark scripts utilised to analyse data and compute performance metrics
Other
0 stars 1 forks source link

Building the pyspark-cassandra connector jar #84

Closed Cerfoglg closed 8 years ago

Cerfoglg commented 8 years ago

Currently we are vendoring the jar in this repository.

To build it, the up to date instructions can be found on the repository of Pyspark-cassandra: https://github.com/TargetHolding/pyspark-cassandra

The jar can be built using their makefile with

make dist

Note: also requires https://github.com/TargetHolding/pyspark-util/tree/8cfcff1ca6a2d1163913fac2213dab083c855c90

VincenzoFerme commented 8 years ago

Migrated to benchflow/spark-tasks-sender#62