[ 
https://issues.apache.org/jira/browse/SPARK-14530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

KaiXinXIaoLei updated SPARK-14530:
----------------------------------
    Description: 
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."

  was:
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."


> 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
>         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
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to