Hi, Hive queries take longer time to execute, and by default it is a blocking call. Is there any way provided by Hive client to supports non blocking execution.
Also, to execute jobs parallely, I tried setting the *"hive.exec.parallel"*to true in hive-site.xml. But this did not work, Looking at the code, it looks like the same flow is been followed both for serial and parallel execution. Any inputs would be of great help. Thanks, Ghousia.