Hi Community !
I recently upgraded the HDP version from 2.6.4 to 3.0.0.
There were some problems but most of them were resolved, except one important problem.
Strangely, when I query 'SELECT' to Hive's tables with SparkQL, It shows no results, just like empty tables,
but when I try exact same 'SELECT' query at beeline shell, It works perfectlly.
More Strangely, if I query 'SHOW TABLES' or 'SHOW PARTITIONS table_name' with SparkQL, It works perfectlly as I expected.
I already spent few days for this problem, but I couldn't find any solutions.
also I checked all logs, but I did not see any errors or warnings.
Did I misconfigured Spark or Hive something?
Has anyone experienced this like problem?
