KaiXinXIaoLei created SPARK-14530:
-------------------------------------
Summary: When click the job in the webUI, I get "Access denied."
Key: SPARK-14530
URL: https://issues.apache.org/jira/browse/SPARK-14530
Project: Spark
Issue Type: Bug
Components: Web UI
Affects Versions: 1.6.1
Reporter: KaiXinXIaoLei
I run queries using "spark-sql --master yarn", and the queries is :
{code}
create table if not exists people5 (name string, age int, gender string, work
string, school string) row format delimited fields terminated by ',';
load data local inpath
'/opt/DataSightBasePlatform_Automation/DataSightBasePlatform_TestCode_HQ/resources/spark/sqldata/create-03-people2'
overwrite into table people5;
select * from people5;
{code}
Then i open the ui:
https://spark-ip:20026/Yarn/ResourceManager/37/proxy/application_1460359871760_0007/.
I click a job, but get "Access denied."
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]