[jira] Updated: (MAPREDUCE-1612) job conf file is not accessible from job history web page

2010-04-26 Thread Vinod K V (JIRA)

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

Vinod K V updated MAPREDUCE-1612:
-

  Status: Resolved  (was: Patch Available)
Release Note: Fixed a bug related to access of job_conf.xml from the 
history web page of a job.
  Resolution: Fixed

I just committed this. Thanks Ravi and Sreekanth!

> job conf file is not accessible from job history web page
> -
>
> Key: MAPREDUCE-1612
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1612
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Ravi Gummadi
>Assignee: Ravi Gummadi
> Fix For: 0.22.0
>
> Attachments: jobconf_history_jsp.fix.20S.patch, MR-1619-1.patch
>
>
> Clicking on conf file link from job history web page is causing an NPE if 
> history file(and the job conf file) are stored on DFS. This NPE is from 
> jobconf_history.jsp because jobConf built from path on DFS is not having any 
> properties.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1612) job conf file is not accessible from job history web page

2010-04-26 Thread Vinod K V (JIRA)

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

Vinod K V updated MAPREDUCE-1612:
-

Status: Open  (was: Patch Available)

Patch looks good. +1.

TestJobACLs is because of MAPREDUCE-1727.

Giong to commit this. Will rerun through Hudson to be sure.

> job conf file is not accessible from job history web page
> -
>
> Key: MAPREDUCE-1612
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1612
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Ravi Gummadi
>Assignee: Ravi Gummadi
> Fix For: 0.22.0
>
> Attachments: jobconf_history_jsp.fix.20S.patch, MR-1619-1.patch
>
>
> Clicking on conf file link from job history web page is causing an NPE if 
> history file(and the job conf file) are stored on DFS. This NPE is from 
> jobconf_history.jsp because jobConf built from path on DFS is not having any 
> properties.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1612) job conf file is not accessible from job history web page

2010-04-26 Thread Vinod K V (JIRA)

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

Vinod K V updated MAPREDUCE-1612:
-

  Status: Patch Available  (was: Open)
Hadoop Flags: [Reviewed]

bq. TestJobACLs is because of MAPREDUCE-1727.
I meant TestJobACLs failure is because of MAPREDUCE-1727.

> job conf file is not accessible from job history web page
> -
>
> Key: MAPREDUCE-1612
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1612
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Ravi Gummadi
>Assignee: Ravi Gummadi
> Fix For: 0.22.0
>
> Attachments: jobconf_history_jsp.fix.20S.patch, MR-1619-1.patch
>
>
> Clicking on conf file link from job history web page is causing an NPE if 
> history file(and the job conf file) are stored on DFS. This NPE is from 
> jobconf_history.jsp because jobConf built from path on DFS is not having any 
> properties.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1612) job conf file is not accessible from job history web page

2010-04-23 Thread Sreekanth Ramakrishnan (JIRA)

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

Sreekanth Ramakrishnan updated MAPREDUCE-1612:
--

Attachment: MR-1619-1.patch

Attaching patch for trunk.

> job conf file is not accessible from job history web page
> -
>
> Key: MAPREDUCE-1612
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1612
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Ravi Gummadi
>Assignee: Ravi Gummadi
> Fix For: 0.22.0
>
> Attachments: jobconf_history_jsp.fix.20S.patch, MR-1619-1.patch
>
>
> Clicking on conf file link from job history web page is causing an NPE if 
> history file(and the job conf file) are stored on DFS. This NPE is from 
> jobconf_history.jsp because jobConf built from path on DFS is not having any 
> properties.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1612) job conf file is not accessible from job history web page

2010-04-23 Thread Sreekanth Ramakrishnan (JIRA)

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

Sreekanth Ramakrishnan updated MAPREDUCE-1612:
--

Status: Patch Available  (was: Open)

> job conf file is not accessible from job history web page
> -
>
> Key: MAPREDUCE-1612
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1612
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Ravi Gummadi
>Assignee: Ravi Gummadi
> Fix For: 0.22.0
>
> Attachments: jobconf_history_jsp.fix.20S.patch, MR-1619-1.patch
>
>
> Clicking on conf file link from job history web page is causing an NPE if 
> history file(and the job conf file) are stored on DFS. This NPE is from 
> jobconf_history.jsp because jobConf built from path on DFS is not having any 
> properties.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1612) job conf file is not accessible from job history web page

2010-03-19 Thread Ravi Gummadi (JIRA)

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

Ravi Gummadi updated MAPREDUCE-1612:


Attachment: jobconf_history_jsp.fix.20S.patch

Attaching patch for earlier version of hadoop fixing the issue. Not for commit 
here.

> job conf file is not accessible from job history web page
> -
>
> Key: MAPREDUCE-1612
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1612
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: jobtracker
>Affects Versions: 0.22.0
>Reporter: Ravi Gummadi
>Assignee: Ravi Gummadi
> Fix For: 0.22.0
>
> Attachments: jobconf_history_jsp.fix.20S.patch
>
>
> Clicking on conf file link from job history web page is causing an NPE if 
> history file(and the job conf file) are stored on DFS. This NPE is from 
> jobconf_history.jsp because jobConf built from path on DFS is not having any 
> properties.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.