You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Roman Shaposhnik (Created) (JIRA)" <ji...@apache.org> on 2011/10/22 00:56:32 UTC

[jira] [Created] (BIGTOP-140) need to workaround HDFS-1943

need to workaround HDFS-1943
----------------------------

                 Key: BIGTOP-140
                 URL: https://issues.apache.org/jira/browse/BIGTOP-140
             Project: Bigtop
          Issue Type: Bug
          Components: General
    Affects Versions: 0.1.0
            Reporter: Roman Shaposhnik
             Fix For: 0.2.0


Because of HDFS-1943 the logic of starting a datanode from within a init.d scripts needs to be convoluted:

if (secure configuration) {
  sudo hadoop-daemon.sh
} else {
  sudo -u hdfs hadoop-daemon.sh
}

--
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] [Commented] (BIGTOP-140) need to workaround HDFS-1943

Posted by "Konstantin Boudnik (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BIGTOP-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13133251#comment-13133251 ] 

Konstantin Boudnik commented on BIGTOP-140:
-------------------------------------------

+1 patch looks good
                
> need to workaround HDFS-1943
> ----------------------------
>
>                 Key: BIGTOP-140
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-140
>             Project: Bigtop
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 0.1.0
>            Reporter: Roman Shaposhnik
>             Fix For: 0.2.0
>
>         Attachments: BIGTOP-140.patch.txt
>
>
> Because of HDFS-1943 the logic of starting a datanode from within a init.d scripts needs to be convoluted:
> if (secure configuration) {
>   sudo hadoop-daemon.sh
> } else {
>   sudo -u hdfs hadoop-daemon.sh
> }

--
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] (BIGTOP-140) need to workaround HDFS-1943

Posted by "Roman Shaposhnik (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BIGTOP-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shaposhnik updated BIGTOP-140:
------------------------------------

    Attachment: BIGTOP-140.patch.txt
    
> need to workaround HDFS-1943
> ----------------------------
>
>                 Key: BIGTOP-140
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-140
>             Project: Bigtop
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 0.1.0
>            Reporter: Roman Shaposhnik
>             Fix For: 0.2.0
>
>         Attachments: BIGTOP-140.patch.txt
>
>
> Because of HDFS-1943 the logic of starting a datanode from within a init.d scripts needs to be convoluted:
> if (secure configuration) {
>   sudo hadoop-daemon.sh
> } else {
>   sudo -u hdfs hadoop-daemon.sh
> }

--
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] [Assigned] (BIGTOP-140) need to workaround HDFS-1943

Posted by "Roman Shaposhnik (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BIGTOP-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shaposhnik reassigned BIGTOP-140:
---------------------------------------

    Assignee: Roman Shaposhnik
    
> need to workaround HDFS-1943
> ----------------------------
>
>                 Key: BIGTOP-140
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-140
>             Project: Bigtop
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 0.1.0
>            Reporter: Roman Shaposhnik
>            Assignee: Roman Shaposhnik
>             Fix For: 0.2.0
>
>         Attachments: BIGTOP-140.patch.txt
>
>
> Because of HDFS-1943 the logic of starting a datanode from within a init.d scripts needs to be convoluted:
> if (secure configuration) {
>   sudo hadoop-daemon.sh
> } else {
>   sudo -u hdfs hadoop-daemon.sh
> }

--
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] [Commented] (BIGTOP-140) need to workaround HDFS-1943

Posted by "Bruno Mahé (Commented JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BIGTOP-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13133303#comment-13133303 ] 

Bruno Mahé commented on BIGTOP-140:
-----------------------------------

+1, although there is a typo  (s/IFF/IF/) :)
                
> need to workaround HDFS-1943
> ----------------------------
>
>                 Key: BIGTOP-140
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-140
>             Project: Bigtop
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 0.1.0
>            Reporter: Roman Shaposhnik
>             Fix For: 0.2.0
>
>         Attachments: BIGTOP-140.patch.txt
>
>
> Because of HDFS-1943 the logic of starting a datanode from within a init.d scripts needs to be convoluted:
> if (secure configuration) {
>   sudo hadoop-daemon.sh
> } else {
>   sudo -u hdfs hadoop-daemon.sh
> }

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