You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/05/21 04:15:36 UTC

[jira] [Resolved] (SPARK-18831) SQL tab missing from UI when using ElasticSearch connector

     [ 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org