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

2010-04-26 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12860893#action_12860893
 ] 

Hadoop QA commented on MAPREDUCE-1612:
--

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12442668/MR-1619-1.patch
  against trunk revision 937924.

+1 @author.  The patch does not contain any @author tags.

+1 tests included.  The patch appears to include 3 new or modified tests.

+1 javadoc.  The javadoc tool did not generate any warning messages.

+1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

+1 findbugs.  The patch does not introduce any new Findbugs warnings.

+1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

-1 core tests.  The patch failed core unit tests.

+1 contrib tests.  The patch passed contrib unit tests.

Test results: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h4.grid.sp2.yahoo.net/138/testReport/
Findbugs warnings: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h4.grid.sp2.yahoo.net/138/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h4.grid.sp2.yahoo.net/138/artifact/trunk/build/test/checkstyle-errors.html
Console output: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h4.grid.sp2.yahoo.net/138/console

This message is automatically generated.

 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] Commented: (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:comment-tabpanelfocusedCommentId=12861240#action_12861240
 ] 

Vinod K V commented on MAPREDUCE-1612:
--

Same failure with TestJobACLs. I am going to commit this.

 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] Commented: (MAPREDUCE-1612) job conf file is not accessible from job history web page

2010-04-23 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12860346#action_12860346
 ] 

Hadoop QA commented on MAPREDUCE-1612:
--

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12442668/MR-1619-1.patch
  against trunk revision 937201.

+1 @author.  The patch does not contain any @author tags.

+1 tests included.  The patch appears to include 3 new or modified tests.

+1 javadoc.  The javadoc tool did not generate any warning messages.

+1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

+1 findbugs.  The patch does not introduce any new Findbugs warnings.

+1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

-1 core tests.  The patch failed core unit tests.

+1 contrib tests.  The patch passed contrib unit tests.

Test results: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h4.grid.sp2.yahoo.net/132/testReport/
Findbugs warnings: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h4.grid.sp2.yahoo.net/132/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h4.grid.sp2.yahoo.net/132/artifact/trunk/build/test/checkstyle-errors.html
Console output: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h4.grid.sp2.yahoo.net/132/console

This message is automatically generated.

 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] Commented: (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:comment-tabpanelfocusedCommentId=12847504#action_12847504
 ] 

Ravi Gummadi commented on MAPREDUCE-1612:
-

loadResource(Path) in Configuration.java is assuming that only paths that can 
come to this method can be on local file system. But jobconf_history.jsp sends 
Path that is there on DFS causing this NPE. As it is assuming the path to be 
local file system, looks like fixing Configuration.java seems to be not 
possible.

Regarding getting job view ACLs from history file:  As getting job view ACLs 
from conf file is also going to DFS twice(once for loading the JobConf, and one 
more time for passing it to the xml formatter), getting job view ACLs from 
history file also seems reasonable. Also, since jobconf_history.jsp is the only 
JSP that is currently getting ACLs from conf file and every other history 
related JSP is getting the ACLs from history file itself, making this change 
would make things consistent also.

 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.