LoginSignup
0
0

More than 5 years have passed since last update.

spark-sqlのthriftserverの起動オプション

Last updated at Posted at 2016-08-01
~/bin/start-thriftserver.sh
#!/bin/sh                                                                                                     
export SPARK_HOME=/opt/spark2.0

$SPARK_HOME/sbin/start-thriftserver.sh \
  --hiveconf hive.server2.thrift.port=10001 \
  --hiveconf hive.server2.thrift.bind.host=[なんかさーばー] \
  --master yarn --conf spark.ui.port=4049
  • port=10000は普通のhiverserv2が使っているので、10001に変更
  • masterはyarnで
  • spark.ui.portは他が使っているので、4049に変更
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0