我们可以通过spark中的hivewarehousesession增加tez容器大小和应用程序主内存吗。
properties:-
tez.am.resource.memory.mb hive.tez.container.size
样本代码
from pyspark_llap import HiveWarehouseSession
hive = HiveWarehouseSession.session(spark).build()
hive.setDatabase("sample_db")
hive.executeQuery("select abc from sample")
1条答案
按热度按时间inkz8wg91#
是的,你能做到,下面是如何在spark中做到,