Skip to content

Instantly share code, notes, and snippets.

@piffall
Last active November 20, 2017 11:19
Show Gist options
  • Save piffall/1876fc479836db2abb00d7a5d14af2d4 to your computer and use it in GitHub Desktop.
Save piffall/1876fc479836db2abb00d7a5d14af2d4 to your computer and use it in GitHub Desktop.
Start thrift server with incremental collect
#!/bin/bash
$SPARK_HOME/sbin/start-thriftserver.sh \
--master local[*] \
--conf spark.sql.thriftServer.incrementalCollect=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment