Running multiple hive queries in the same jvm
Team, I want to know whether there is any way in which I can run 3 hive queries sequentially in a single jvm. From the docs, I found that setting " mapreduce.framework.name=local" might achieve what I am looking for. Can some one confirm? - Rahul
Parquet Writer : Configuring the no of row groups per each file
Hi, I am trying to control the no of row groups written to each parquet file when we do an "INSERT INTO" query. Can this be configured? - Rahul