[
https://issues.apache.org/jira/browse/SPARK-18831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyukjin Kwon resolved SPARK-18831.
----------------------------------
Resolution: Incomplete
> SQL tab missing from UI when using ElasticSearch connector
> ----------------------------------------------------------
>
> Key: SPARK-18831
> URL: https://issues.apache.org/jira/browse/SPARK-18831
> Project: Spark
> Issue Type: Bug
> Components: SQL, Web UI
> Affects Versions: 2.0.2
> Reporter: Dan
> Priority: Minor
> Labels: bulk-closed
>
> Not sure whether this is a bug with Spark or with the ElasticSearch
> connector, but when using Spark SQL to read/write data from ElasticSearch
> using the Elasticsearch Hadoop connector, the SQL tab does not show up on the
> application UI.
> For example:
> val df =
> spark.read.format("es").load("index/type).createOrReplaceTempView("Elastic")
> val newDf = spark.sql("select * from Elastic")
> newDf.saveToEs("newindex/type")
> This code will not have the SQL tab on the UI, even though Spark SQL is being
> used.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]