You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Sean Wingert (JIRA)" <ji...@apache.org> on 2017/07/28 19:42:00 UTC

[jira] [Created] (BIGTOP-2861) Please change erroneous command in "How to install Hadoop distribution from Bigtop 1.2.0"

Sean Wingert created BIGTOP-2861:
------------------------------------

             Summary: Please change erroneous command in "How to install Hadoop distribution from Bigtop 1.2.0"
                 Key: BIGTOP-2861
                 URL: https://issues.apache.org/jira/browse/BIGTOP-2861
             Project: Bigtop
          Issue Type: Bug
    Affects Versions: 1.2.0
         Environment: On page https://cwiki.apache.org/confluence/display/BIGTOP/How+to+install+Hadoop+distribution+from+Bigtop+1.2.0

Please change this:
# Install Bigtop Puppet
...
sudo (cd /bigtop-home; git checkout branch-1.2)

to something like this:
sudo sh -c "cd /bigtop-home; git checkout branch-1.2"

otherwise, CentOS reports this:
[root@core ~]# sudo (cd /bigtop-home; git checkout branch-1.2)
-bash: syntax error near unexpected token `cd'

            Reporter: Sean Wingert






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)