[jira] [Updated] (HDFS-2784) Update hftp and hdfs for host-based token support

2012-02-06 Thread Harsh J (Updated) (JIRA)

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

Harsh J updated HDFS-2784:
--

 Target Version/s:   (was: 0.23.1, 0.24.0)
Affects Version/s: (was: 0.24.0)
Fix Version/s: 0.23.1

 Update hftp and hdfs for host-based token support
 -

 Key: HDFS-2784
 URL: https://issues.apache.org/jira/browse/HDFS-2784
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: hdfs client, name-node, security
Affects Versions: 0.23.1
Reporter: Daryn Sharp
Assignee: Kihwal Lee
 Fix For: 0.23.1

 Attachments: add_new_file.sh, hdfs-2784.patch.txt, 
 hdfs-2784.patch.txt, hdfs-2784.patch.txt, hdfs-2784.patch.txt, 
 hdfs-2784.patch.txt


 Need to port 205 token changes and update any new related code dealing with 
 tokens in these filesystems.

--
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] (HDFS-2784) Update hftp and hdfs for host-based token support

2012-02-03 Thread Jitendra Nath Pandey (Updated) (JIRA)

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

Jitendra Nath Pandey updated HDFS-2784:
---

  Resolution: Fixed
Target Version/s: 0.24.0, 0.23.1  (was: 0.23.1, 0.24.0)
  Status: Resolved  (was: Patch Available)

I have committed this. Thanks to Kihwal.

 Update hftp and hdfs for host-based token support
 -

 Key: HDFS-2784
 URL: https://issues.apache.org/jira/browse/HDFS-2784
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: hdfs client, name-node, security
Affects Versions: 0.24.0, 0.23.1
Reporter: Daryn Sharp
Assignee: Kihwal Lee
 Attachments: add_new_file.sh, hdfs-2784.patch.txt, 
 hdfs-2784.patch.txt, hdfs-2784.patch.txt, hdfs-2784.patch.txt, 
 hdfs-2784.patch.txt


 Need to port 205 token changes and update any new related code dealing with 
 tokens in these filesystems.

--
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] (HDFS-2784) Update hftp and hdfs for host-based token support

2012-01-25 Thread Kihwal Lee (Updated) (JIRA)

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

Kihwal Lee updated HDFS-2784:
-

Attachment: hdfs-2784.patch.txt

Resubmitting the same patch to kick the hudson precommit job. 

 Update hftp and hdfs for host-based token support
 -

 Key: HDFS-2784
 URL: https://issues.apache.org/jira/browse/HDFS-2784
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: hdfs client, name-node, security
Affects Versions: 0.24.0, 0.23.1
Reporter: Daryn Sharp
Assignee: Kihwal Lee
 Attachments: add_new_file.sh, hdfs-2784.patch.txt, 
 hdfs-2784.patch.txt, hdfs-2784.patch.txt, hdfs-2784.patch.txt, 
 hdfs-2784.patch.txt


 Need to port 205 token changes and update any new related code dealing with 
 tokens in these filesystems.

--
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] (HDFS-2784) Update hftp and hdfs for host-based token support

2012-01-24 Thread Kihwal Lee (Updated) (JIRA)

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

Kihwal Lee updated HDFS-2784:
-

Attachment: hdfs-2784.patch.txt

The new patch includes the fix for the getUri() issue. The internal uri 
variable is created based on the user provided uri. The test cases that were 
expecting wrong results have been fixed as well.

 Update hftp and hdfs for host-based token support
 -

 Key: HDFS-2784
 URL: https://issues.apache.org/jira/browse/HDFS-2784
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: hdfs client, name-node, security
Affects Versions: 0.24.0, 0.23.1
Reporter: Daryn Sharp
Assignee: Kihwal Lee
 Attachments: hdfs-2784.patch.txt, hdfs-2784.patch.txt, 
 hdfs-2784.patch.txt, hdfs-2784.patch.txt


 Need to port 205 token changes and update any new related code dealing with 
 tokens in these filesystems.

--
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] (HDFS-2784) Update hftp and hdfs for host-based token support

2012-01-24 Thread Kihwal Lee (Updated) (JIRA)

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

Kihwal Lee updated HDFS-2784:
-

Attachment: add_new_file.sh

The patch adds a new file as test resource. View _add_new_file.sh_ to get the 
detail.

 Update hftp and hdfs for host-based token support
 -

 Key: HDFS-2784
 URL: https://issues.apache.org/jira/browse/HDFS-2784
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: hdfs client, name-node, security
Affects Versions: 0.24.0, 0.23.1
Reporter: Daryn Sharp
Assignee: Kihwal Lee
 Attachments: add_new_file.sh, hdfs-2784.patch.txt, 
 hdfs-2784.patch.txt, hdfs-2784.patch.txt, hdfs-2784.patch.txt


 Need to port 205 token changes and update any new related code dealing with 
 tokens in these filesystems.

--
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] (HDFS-2784) Update hftp and hdfs for host-based token support

2012-01-20 Thread Kihwal Lee (Updated) (JIRA)

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

Kihwal Lee updated HDFS-2784:
-

Attachment: hdfs-2784.patch.txt

 Update hftp and hdfs for host-based token support
 -

 Key: HDFS-2784
 URL: https://issues.apache.org/jira/browse/HDFS-2784
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: hdfs client, name-node, security
Affects Versions: 0.24.0, 0.23.1
Reporter: Daryn Sharp
Assignee: Kihwal Lee
 Attachments: hdfs-2784.patch.txt, hdfs-2784.patch.txt, 
 hdfs-2784.patch.txt


 Need to port 205 token changes and update any new related code dealing with 
 tokens in these filesystems.

--
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] (HDFS-2784) Update hftp and hdfs for host-based token support

2012-01-19 Thread Kihwal Lee (Updated) (JIRA)

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

Kihwal Lee updated HDFS-2784:
-

Attachment: hdfs-2784.patch.txt

 Update hftp and hdfs for host-based token support
 -

 Key: HDFS-2784
 URL: https://issues.apache.org/jira/browse/HDFS-2784
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: hdfs client, name-node, security
Affects Versions: 0.24.0, 0.23.1
Reporter: Daryn Sharp
Assignee: Kihwal Lee
 Attachments: hdfs-2784.patch.txt, hdfs-2784.patch.txt


 Need to port 205 token changes and update any new related code dealing with 
 tokens in these filesystems.

--
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] (HDFS-2784) Update hftp and hdfs for host-based token support

2012-01-18 Thread Kihwal Lee (Updated) (JIRA)

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

Kihwal Lee updated HDFS-2784:
-

Attachment: hdfs-2784.patch.txt

 Update hftp and hdfs for host-based token support
 -

 Key: HDFS-2784
 URL: https://issues.apache.org/jira/browse/HDFS-2784
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: hdfs client, name-node, security
Affects Versions: 0.24.0, 0.23.1
Reporter: Daryn Sharp
Assignee: Kihwal Lee
 Attachments: hdfs-2784.patch.txt


 Need to port 205 token changes and update any new related code dealing with 
 tokens in these filesystems.

--
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] (HDFS-2784) Update hftp and hdfs for host-based token support

2012-01-18 Thread Kihwal Lee (Updated) (JIRA)

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

Kihwal Lee updated HDFS-2784:
-

Target Version/s: 0.24.0, 0.23.1  (was: 0.23.1, 0.24.0)
  Status: Patch Available  (was: Open)

 Update hftp and hdfs for host-based token support
 -

 Key: HDFS-2784
 URL: https://issues.apache.org/jira/browse/HDFS-2784
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: hdfs client, name-node, security
Affects Versions: 0.24.0, 0.23.1
Reporter: Daryn Sharp
Assignee: Kihwal Lee
 Attachments: hdfs-2784.patch.txt


 Need to port 205 token changes and update any new related code dealing with 
 tokens in these filesystems.

--
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