Dan created SPARK-18831:
---------------------------
Summary: SQL tab missing from UI when
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
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
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]