[jira] [Updated] (HDFS-1943) fail to start datanode while start-dfs.sh is executed by root user

2012-12-06 Thread Roman Shaposhnik (JIRA)

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

Roman Shaposhnik updated HDFS-1943:
---

Attachment: (was: 
0001-HDFS-1943.-fail-to-start-datanode-while-start-dfs.sh.patch)

> fail to start datanode while start-dfs.sh is executed by root user
> --
>
> Key: HDFS-1943
> URL: https://issues.apache.org/jira/browse/HDFS-1943
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: scripts
>Affects Versions: 0.20.205.0, 0.22.0, 0.23.0
>Reporter: Wei Yongjun
>Assignee: Matt Foley
>Priority: Blocker
> Fix For: 0.22.0, 0.23.0, 1.0.0
>
> Attachments: HDFS-1943-branch-0.20-security.patch, HDFS-1943.patch
>
>
> When start-dfs.sh is run by root user, we got the following error message:
> # start-dfs.sh
> Starting namenodes on [localhost ]
> localhost: namenode running as process 2556. Stop it first.
> localhost: starting datanode, logging to 
> /usr/hadoop/hadoop-common-0.23.0-SNAPSHOT/bin/../logs/hadoop-root-datanode-cspf01.out
> localhost: Unrecognized option: -jvm
> localhost: Could not create the Java virtual machine.
> The -jvm options should be passed to jsvc when we starting a secure
> datanode, but it still passed to java when start-dfs.sh is run by root
> while secure datanode is disabled. This is a bug of bin/hdfs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HDFS-1943) fail to start datanode while start-dfs.sh is executed by root user

2012-12-06 Thread Roman Shaposhnik (JIRA)

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

Roman Shaposhnik updated HDFS-1943:
---

Attachment: 0001-HDFS-1943.-fail-to-start-datanode-while-start-dfs.sh.patch

> fail to start datanode while start-dfs.sh is executed by root user
> --
>
> Key: HDFS-1943
> URL: https://issues.apache.org/jira/browse/HDFS-1943
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: scripts
>Affects Versions: 0.20.205.0, 0.22.0, 0.23.0
>Reporter: Wei Yongjun
>Assignee: Matt Foley
>Priority: Blocker
> Fix For: 0.22.0, 0.23.0, 1.0.0
>
> Attachments: 
> 0001-HDFS-1943.-fail-to-start-datanode-while-start-dfs.sh.patch, 
> HDFS-1943-branch-0.20-security.patch, HDFS-1943.patch
>
>
> When start-dfs.sh is run by root user, we got the following error message:
> # start-dfs.sh
> Starting namenodes on [localhost ]
> localhost: namenode running as process 2556. Stop it first.
> localhost: starting datanode, logging to 
> /usr/hadoop/hadoop-common-0.23.0-SNAPSHOT/bin/../logs/hadoop-root-datanode-cspf01.out
> localhost: Unrecognized option: -jvm
> localhost: Could not create the Java virtual machine.
> The -jvm options should be passed to jsvc when we starting a secure
> datanode, but it still passed to java when start-dfs.sh is run by root
> while secure datanode is disabled. This is a bug of bin/hdfs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HDFS-1943) fail to start datanode while start-dfs.sh is executed by root user

2011-11-05 Thread Matt Foley (Updated) (JIRA)

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

Matt Foley updated HDFS-1943:
-

Attachment: HDFS-1943-branch-0.20-security.patch

This would seem to be the appropriate back-port of the one-line patch.  

Roman, can you test it please?

> fail to start datanode while start-dfs.sh is executed by root user
> --
>
> Key: HDFS-1943
> URL: https://issues.apache.org/jira/browse/HDFS-1943
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: scripts
>Affects Versions: 0.20.205.0, 0.22.0, 0.23.0
>Reporter: Wei Yongjun
>Assignee: Wei Yongjun
>Priority: Blocker
> Fix For: 0.22.0, 0.23.0
>
> Attachments: HDFS-1943-branch-0.20-security.patch, HDFS-1943.patch
>
>
> When start-dfs.sh is run by root user, we got the following error message:
> # start-dfs.sh
> Starting namenodes on [localhost ]
> localhost: namenode running as process 2556. Stop it first.
> localhost: starting datanode, logging to 
> /usr/hadoop/hadoop-common-0.23.0-SNAPSHOT/bin/../logs/hadoop-root-datanode-cspf01.out
> localhost: Unrecognized option: -jvm
> localhost: Could not create the Java virtual machine.
> The -jvm options should be passed to jsvc when we starting a secure
> datanode, but it still passed to java when start-dfs.sh is run by root
> while secure datanode is disabled. This is a bug of bin/hdfs.

--
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-1943) fail to start datanode while start-dfs.sh is executed by root user

2011-11-05 Thread Matt Foley (Updated) (JIRA)

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

Matt Foley updated HDFS-1943:
-

Target Version/s: 0.20.205.1, 0.22.0, 0.23.0

> fail to start datanode while start-dfs.sh is executed by root user
> --
>
> Key: HDFS-1943
> URL: https://issues.apache.org/jira/browse/HDFS-1943
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: scripts
>Affects Versions: 0.20.205.0, 0.22.0, 0.23.0
>Reporter: Wei Yongjun
>Assignee: Wei Yongjun
>Priority: Blocker
> Fix For: 0.22.0, 0.23.0
>
> Attachments: HDFS-1943.patch
>
>
> When start-dfs.sh is run by root user, we got the following error message:
> # start-dfs.sh
> Starting namenodes on [localhost ]
> localhost: namenode running as process 2556. Stop it first.
> localhost: starting datanode, logging to 
> /usr/hadoop/hadoop-common-0.23.0-SNAPSHOT/bin/../logs/hadoop-root-datanode-cspf01.out
> localhost: Unrecognized option: -jvm
> localhost: Could not create the Java virtual machine.
> The -jvm options should be passed to jsvc when we starting a secure
> datanode, but it still passed to java when start-dfs.sh is run by root
> while secure datanode is disabled. This is a bug of bin/hdfs.

--
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-1943) fail to start datanode while start-dfs.sh is executed by root user

2011-11-04 Thread Roman Shaposhnik (Updated) (JIRA)

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

Roman Shaposhnik updated HDFS-1943:
---

Affects Version/s: 0.20.205.0

> fail to start datanode while start-dfs.sh is executed by root user
> --
>
> Key: HDFS-1943
> URL: https://issues.apache.org/jira/browse/HDFS-1943
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: scripts
>Affects Versions: 0.20.205.0, 0.22.0, 0.23.0
>Reporter: Wei Yongjun
>Assignee: Wei Yongjun
>Priority: Blocker
> Fix For: 0.22.0, 0.23.0
>
> Attachments: HDFS-1943.patch
>
>
> When start-dfs.sh is run by root user, we got the following error message:
> # start-dfs.sh
> Starting namenodes on [localhost ]
> localhost: namenode running as process 2556. Stop it first.
> localhost: starting datanode, logging to 
> /usr/hadoop/hadoop-common-0.23.0-SNAPSHOT/bin/../logs/hadoop-root-datanode-cspf01.out
> localhost: Unrecognized option: -jvm
> localhost: Could not create the Java virtual machine.
> The -jvm options should be passed to jsvc when we starting a secure
> datanode, but it still passed to java when start-dfs.sh is run by root
> while secure datanode is disabled. This is a bug of bin/hdfs.

--
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-1943) fail to start datanode while start-dfs.sh is executed by root user

2011-09-27 Thread Konstantin Boudnik (Updated) (JIRA)

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

Konstantin Boudnik updated HDFS-1943:
-

Affects Version/s: 0.22.0
Fix Version/s: 0.22.0

> fail to start datanode while start-dfs.sh is executed by root user
> --
>
> Key: HDFS-1943
> URL: https://issues.apache.org/jira/browse/HDFS-1943
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: scripts
>Affects Versions: 0.22.0, 0.23.0
>Reporter: Wei Yongjun
>Assignee: Wei Yongjun
>Priority: Blocker
> Fix For: 0.22.0, 0.23.0
>
> Attachments: HDFS-1943.patch
>
>
> When start-dfs.sh is run by root user, we got the following error message:
> # start-dfs.sh
> Starting namenodes on [localhost ]
> localhost: namenode running as process 2556. Stop it first.
> localhost: starting datanode, logging to 
> /usr/hadoop/hadoop-common-0.23.0-SNAPSHOT/bin/../logs/hadoop-root-datanode-cspf01.out
> localhost: Unrecognized option: -jvm
> localhost: Could not create the Java virtual machine.
> The -jvm options should be passed to jsvc when we starting a secure
> datanode, but it still passed to java when start-dfs.sh is run by root
> while secure datanode is disabled. This is a bug of bin/hdfs.

--
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-1943) fail to start datanode while start-dfs.sh is executed by root user

2011-05-25 Thread Jakob Homan (JIRA)

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

Jakob Homan updated HDFS-1943:
--

Fix Version/s: (was: Edit log branch (HDFS-1073))
   0.23.0

> fail to start datanode while start-dfs.sh is executed by root user
> --
>
> Key: HDFS-1943
> URL: https://issues.apache.org/jira/browse/HDFS-1943
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: scripts
>Affects Versions: 0.23.0
>Reporter: Wei Yongjun
>Assignee: Wei Yongjun
>Priority: Blocker
> Fix For: 0.23.0
>
> Attachments: HDFS-1943.patch
>
>
> When start-dfs.sh is run by root user, we got the following error message:
> # start-dfs.sh
> Starting namenodes on [localhost ]
> localhost: namenode running as process 2556. Stop it first.
> localhost: starting datanode, logging to 
> /usr/hadoop/hadoop-common-0.23.0-SNAPSHOT/bin/../logs/hadoop-root-datanode-cspf01.out
> localhost: Unrecognized option: -jvm
> localhost: Could not create the Java virtual machine.
> The -jvm options should be passed to jsvc when we starting a secure
> datanode, but it still passed to java when start-dfs.sh is run by root
> while secure datanode is disabled. This is a bug of bin/hdfs.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HDFS-1943) fail to start datanode while start-dfs.sh is executed by root user

2011-05-25 Thread Jakob Homan (JIRA)

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

Jakob Homan updated HDFS-1943:
--

   Resolution: Fixed
Fix Version/s: (was: 0.23.0)
   Edit log branch (HDFS-1073)
 Assignee: Wei Yongjun
 Hadoop Flags: [Reviewed]
   Status: Resolved  (was: Patch Available)

Committed to trunk.  Resolving.  Thanks, Wei!

> fail to start datanode while start-dfs.sh is executed by root user
> --
>
> Key: HDFS-1943
> URL: https://issues.apache.org/jira/browse/HDFS-1943
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: scripts
>Affects Versions: 0.23.0
>Reporter: Wei Yongjun
>Assignee: Wei Yongjun
>Priority: Blocker
> Fix For: Edit log branch (HDFS-1073)
>
> Attachments: HDFS-1943.patch
>
>
> When start-dfs.sh is run by root user, we got the following error message:
> # start-dfs.sh
> Starting namenodes on [localhost ]
> localhost: namenode running as process 2556. Stop it first.
> localhost: starting datanode, logging to 
> /usr/hadoop/hadoop-common-0.23.0-SNAPSHOT/bin/../logs/hadoop-root-datanode-cspf01.out
> localhost: Unrecognized option: -jvm
> localhost: Could not create the Java virtual machine.
> The -jvm options should be passed to jsvc when we starting a secure
> datanode, but it still passed to java when start-dfs.sh is run by root
> while secure datanode is disabled. This is a bug of bin/hdfs.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HDFS-1943) fail to start datanode while start-dfs.sh is executed by root user

2011-05-15 Thread Wei Yongjun (JIRA)

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

Wei Yongjun updated HDFS-1943:
--

Attachment: HDFS-1943.patch

patch to fix it.

> fail to start datanode while start-dfs.sh is executed by root user
> --
>
> Key: HDFS-1943
> URL: https://issues.apache.org/jira/browse/HDFS-1943
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: scripts
>Affects Versions: 0.23.0
>Reporter: Wei Yongjun
>Priority: Blocker
> Fix For: 0.23.0
>
> Attachments: HDFS-1943.patch
>
>
> When start-dfs.sh is run by root user, we got the following error message:
> # start-dfs.sh
> Starting namenodes on [localhost ]
> localhost: namenode running as process 2556. Stop it first.
> localhost: starting datanode, logging to 
> /usr/hadoop/hadoop-common-0.23.0-SNAPSHOT/bin/../logs/hadoop-root-datanode-cspf01.out
> localhost: Unrecognized option: -jvm
> localhost: Could not create the Java virtual machine.
> The -jvm options should be passed to jsvc when we starting a secure
> datanode, but it still passed to java when start-dfs.sh is run by root
> while secure datanode is disabled. This is a bug of bin/hdfs.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HDFS-1943) fail to start datanode while start-dfs.sh is executed by root user

2011-05-15 Thread Wei Yongjun (JIRA)

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

Wei Yongjun updated HDFS-1943:
--

Status: Patch Available  (was: Open)

> fail to start datanode while start-dfs.sh is executed by root user
> --
>
> Key: HDFS-1943
> URL: https://issues.apache.org/jira/browse/HDFS-1943
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: scripts
>Affects Versions: 0.23.0
>Reporter: Wei Yongjun
>Priority: Blocker
> Fix For: 0.23.0
>
> Attachments: HDFS-1943.patch
>
>
> When start-dfs.sh is run by root user, we got the following error message:
> # start-dfs.sh
> Starting namenodes on [localhost ]
> localhost: namenode running as process 2556. Stop it first.
> localhost: starting datanode, logging to 
> /usr/hadoop/hadoop-common-0.23.0-SNAPSHOT/bin/../logs/hadoop-root-datanode-cspf01.out
> localhost: Unrecognized option: -jvm
> localhost: Could not create the Java virtual machine.
> The -jvm options should be passed to jsvc when we starting a secure
> datanode, but it still passed to java when start-dfs.sh is run by root
> while secure datanode is disabled. This is a bug of bin/hdfs.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira