[
https://issues.apache.org/jira/browse/SPARK-14530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyukjin Kwon resolved SPARK-14530.
----------------------------------
Resolution: Incomplete
> When click the job in the webUI, I get a problem about "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
> Priority: Major
> Labels: bulk-closed
> Attachments: Access denied.png, jopsPage.png
>
>
> 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 '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
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]