Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Running the ThriftServer with Sparklinedata components

hbutani edited this page Mar 30, 2016 · 7 revisions
  1. Download the latest sparklinedata jar from Spark Packages

  2. Copy the scripts from our Repo to your spark sbin directory

  3. to start the thriftserver issue:

sbin/start-sparklinedatathriftserver.sh <location of the downloaded jar>

for example:

sbin/start-sparklinedatathriftserver.sh ~/Downloads/spark-druid-olap-0.0.3.jar

for yarn run

./start-sparklinedatathriftserver.sh ~/Downloads/spark-druid-olap-assembly-0.0.3.jar --master yarn
  1. To stop the thriftserver issue:
sbin/stop-sparklinedatathriftserver.sh 
Clone this wiki locally