Spark app keeps running and seems to be HANGING - org.apache.spark.sql.hive.thriftserver.HiveThriftServer2
I'm using HDFS 2.7.3 and Spark2 2.0.0 on a Hadoop cluster. When I start Spark2 Thrift Server it starts successfully, but it automatically starts working with the Hive user and it seems to hang forever. If I manually kill the job, it starts a new job again with a new applicationId.
But if I stop Spark2 Thrift Server it kills the job. Could you please help me understand this problem?
Thanks in advance.
+3
source to share