今天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;
今天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;