Egor Pahomov created SPARK-20004:
------------------------------------
Summary: Spark thrift server ovverides spark.app.name
Key: SPARK-20004
URL: https://issues.apache.org/jira/browse/SPARK-20004
Project: Spark
Issue Type: Bug
Components: SQL
Affects Versions: 2.1.0
Reporter: Egor Pahomov
Priority: Minor
{code}
export SPARK_YARN_APP_NAME="ODBC server $host"
/spark/sbin/start-thriftserver.sh --conf spark.yarn.queue=spark.client.$host
--conf spark.app.name="ODBC server $host"
{code}
And spark-defaults.conf contains:
{code}
spark.app.name "ODBC server spark01"
{code}
Still name in yarn is "Thrift JDBC/ODBC Server"
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]