Details
-
Improvement
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
2.0.1
-
None
-
None
-
Apache Hive 3.1.2, Apache carbondata 2.0.1
Description
Hi Team need one more help......We have created a table which has around 172 million records and we have connected this table through Apache Hive......but whenever we are runningĀ select count on this table through hive, the query gets stuck.We can run the query successfully when we run it through spark shell but through Hive it is always getting stuck.One more observation is, Whenever we run any query which contains join the query gets stuck. Also for where clause the query gets executed with smaller table but when we run it against the bigger table, it also gets stuck. So could you giys guide us how can we run all these queries successfully without any issue.