[jira] [Updated] (MAPREDUCE-4133) MR over viewfs is broken

2012-04-23 Thread Robert Joseph Evans (JIRA)

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

Robert Joseph Evans updated MAPREDUCE-4133:
---

   Resolution: Fixed
Fix Version/s: 3.0.0
   2.0.0
   0.23.3
   Status: Resolved  (was: Patch Available)

Thanks for the patch John,

I put this into trunk, branch-2, and branch-0.23

 MR over viewfs is broken
 

 Key: MAPREDUCE-4133
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4133
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Affects Versions: 0.23.3, 2.0.0
Reporter: John George
Assignee: John George
 Fix For: 0.23.3, 2.0.0, 3.0.0

 Attachments: MR-4133.patch, MR-4133.patch, MR-4133.patch


 After the changes in HADOOP-8014 went in, MR programs using viewfs broke. 
 This is because, viewfs now expects getDefaultBlockSize, 
 getDefaultReplication, and getServerDefaults to pass in a {{path}} as an 
 argument. In the existing MR source, these are called with no arguments.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-4133) MR over viewfs is broken

2012-04-19 Thread John George (Updated) (JIRA)

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

John George updated MAPREDUCE-4133:
---

Status: Open  (was: Patch Available)

 MR over viewfs is broken
 

 Key: MAPREDUCE-4133
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4133
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Affects Versions: 0.23.3, 2.0.0
Reporter: John George
Assignee: John George
 Attachments: MR-4133.patch, MR-4133.patch, MR-4133.patch


 After the changes in HADOOP-8014 went in, MR programs using viewfs broke. 
 This is because, viewfs now expects getDefaultBlockSize, 
 getDefaultReplication, and getServerDefaults to pass in a {{path}} as an 
 argument. In the existing MR source, these are called with no arguments.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-4133) MR over viewfs is broken

2012-04-19 Thread John George (Updated) (JIRA)

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

John George updated MAPREDUCE-4133:
---

Status: Patch Available  (was: Open)

trying again...

 MR over viewfs is broken
 

 Key: MAPREDUCE-4133
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4133
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Affects Versions: 0.23.3, 2.0.0
Reporter: John George
Assignee: John George
 Attachments: MR-4133.patch, MR-4133.patch, MR-4133.patch


 After the changes in HADOOP-8014 went in, MR programs using viewfs broke. 
 This is because, viewfs now expects getDefaultBlockSize, 
 getDefaultReplication, and getServerDefaults to pass in a {{path}} as an 
 argument. In the existing MR source, these are called with no arguments.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-4133) MR over viewfs is broken

2012-04-19 Thread John George (Updated) (JIRA)

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

John George updated MAPREDUCE-4133:
---

Attachment: MR-4133.patch

 MR over viewfs is broken
 

 Key: MAPREDUCE-4133
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4133
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Affects Versions: 0.23.3, 2.0.0
Reporter: John George
Assignee: John George
 Attachments: MR-4133.patch, MR-4133.patch, MR-4133.patch


 After the changes in HADOOP-8014 went in, MR programs using viewfs broke. 
 This is because, viewfs now expects getDefaultBlockSize, 
 getDefaultReplication, and getServerDefaults to pass in a {{path}} as an 
 argument. In the existing MR source, these are called with no arguments.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-4133) MR over viewfs is broken

2012-04-12 Thread John George (Updated) (JIRA)

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

John George updated MAPREDUCE-4133:
---

Status: Patch Available  (was: Open)

 MR over viewfs is broken
 

 Key: MAPREDUCE-4133
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4133
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Affects Versions: 0.23.3, 2.0.0
Reporter: John George
Assignee: John George
 Attachments: MR-4133.patch


 After the changes in HADOOP-8014 went in, MR programs using viewfs broke. 
 This is because, viewfs now expects getDefaultBlockSize, 
 getDefaultReplication, and getServerDefaults to pass in a {{path}} as an 
 argument. In the existing MR source, these are called with no arguments.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-4133) MR over viewfs is broken

2012-04-12 Thread John George (Updated) (JIRA)

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

John George updated MAPREDUCE-4133:
---

Status: Open  (was: Patch Available)

 MR over viewfs is broken
 

 Key: MAPREDUCE-4133
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4133
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Affects Versions: 0.23.3, 2.0.0
Reporter: John George
Assignee: John George
 Attachments: MR-4133.patch


 After the changes in HADOOP-8014 went in, MR programs using viewfs broke. 
 This is because, viewfs now expects getDefaultBlockSize, 
 getDefaultReplication, and getServerDefaults to pass in a {{path}} as an 
 argument. In the existing MR source, these are called with no arguments.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-4133) MR over viewfs is broken

2012-04-12 Thread John George (Updated) (JIRA)

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

John George updated MAPREDUCE-4133:
---

Status: Patch Available  (was: Open)

 MR over viewfs is broken
 

 Key: MAPREDUCE-4133
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4133
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Affects Versions: 0.23.3, 2.0.0
Reporter: John George
Assignee: John George
 Attachments: MR-4133.patch, MR-4133.patch


 After the changes in HADOOP-8014 went in, MR programs using viewfs broke. 
 This is because, viewfs now expects getDefaultBlockSize, 
 getDefaultReplication, and getServerDefaults to pass in a {{path}} as an 
 argument. In the existing MR source, these are called with no arguments.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-4133) MR over viewfs is broken

2012-04-12 Thread John George (Updated) (JIRA)

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

John George updated MAPREDUCE-4133:
---

Status: Open  (was: Patch Available)

 MR over viewfs is broken
 

 Key: MAPREDUCE-4133
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4133
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Affects Versions: 0.23.3, 2.0.0
Reporter: John George
Assignee: John George
 Attachments: MR-4133.patch, MR-4133.patch


 After the changes in HADOOP-8014 went in, MR programs using viewfs broke. 
 This is because, viewfs now expects getDefaultBlockSize, 
 getDefaultReplication, and getServerDefaults to pass in a {{path}} as an 
 argument. In the existing MR source, these are called with no arguments.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-4133) MR over viewfs is broken

2012-04-12 Thread John George (Updated) (JIRA)

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

John George updated MAPREDUCE-4133:
---

Attachment: MR-4133.patch

Attaching the same patch again to kick Jenkins

 MR over viewfs is broken
 

 Key: MAPREDUCE-4133
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4133
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Affects Versions: 0.23.3, 2.0.0
Reporter: John George
Assignee: John George
 Attachments: MR-4133.patch, MR-4133.patch


 After the changes in HADOOP-8014 went in, MR programs using viewfs broke. 
 This is because, viewfs now expects getDefaultBlockSize, 
 getDefaultReplication, and getServerDefaults to pass in a {{path}} as an 
 argument. In the existing MR source, these are called with no arguments.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-4133) MR over viewfs is broken

2012-04-11 Thread John George (Updated) (JIRA)

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

John George updated MAPREDUCE-4133:
---

Status: Patch Available  (was: Open)

 MR over viewfs is broken
 

 Key: MAPREDUCE-4133
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4133
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Affects Versions: 0.23.3, 2.0.0
Reporter: John George
Assignee: John George
 Attachments: MR-4133.patch


 After the changes in HADOOP-8014 went in, MR programs using viewfs broke. 
 This is because, viewfs now expects getDefaultBlockSize, 
 getDefaultReplication, and getServerDefaults to pass in a {{path}} as an 
 argument. In the existing MR source, these are called with no arguments.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-4133) MR over viewfs is broken

2012-04-11 Thread John George (Updated) (JIRA)

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

John George updated MAPREDUCE-4133:
---

Attachment: MR-4133.patch

Attaching a patch with no test so that Jenkins can run, while I will 
investigate adding a test.

 MR over viewfs is broken
 

 Key: MAPREDUCE-4133
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4133
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Affects Versions: 0.23.3, 2.0.0
Reporter: John George
Assignee: John George
 Attachments: MR-4133.patch


 After the changes in HADOOP-8014 went in, MR programs using viewfs broke. 
 This is because, viewfs now expects getDefaultBlockSize, 
 getDefaultReplication, and getServerDefaults to pass in a {{path}} as an 
 argument. In the existing MR source, these are called with no arguments.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira