hive on spark。beeline指定队列和设置参数

  • Post author:
  • Post category:其他


今天hive引擎从tez迁移到了spark。希望通过beeline指定队列和参数。

beeline -u ‘jdbc:hive2://host:port?mapreduce.job.queuename=queue;spark.executor.instances=5;spark.executor.cores=1;spark.executor.memory=4G’  -n username;



版权声明:本文为dkk2014原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。