Hi,
I'm using hive 2.3.0, spark 2.1.1, and zeppelin 0.7.2.

When I submit query in hive interpreter, it works fine.
I could see exactly same query in zeppelin notebook and hiveserver2 web UI.

However, when I submitted query using sparksql, query seemed wrong.
For example, every columns are with double quotes, like this.

SELECT
"component_2015.spec_id_sno","component_2015.jid","component_2015.fom_tp_cd","component_2015.dif",...
FROM component_2015


And the query just finished without any results.
Is this problem of Spark? or Hive?
Please help me.

Regards,
Cinyoung

Reply via email to