以下のホスト名を持つubuntuローカルマシンを使用しており、cloudera Hadoop Distribution CDH5をセットアップしようとしています。以下のエラーでroot権限を検出できませんでしたよう cloudera manager webをポート7180でセットアップできません - クラスタインストール
[email protected]:~$ hostname
localhost
[email protected]:~$ hostname -f
localhost
[email protected]:~$ ssh [email protected]
Welcome to Ubuntu 16.04.2 LTS (GNU/Linux 4.8.0-36-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
449 packages can be updated.
232 updates are security updates.
Last login: Mon Dec 18 22:44:30 2017 from 127.0.0.1
は失敗しました:私はCDHのインストールで立ち往生していますどこのため
/tmp/scm_prepare_node.qkAAjdTz
using SSH_CLIENT to get the SCM hostname: 127.0.0.1 35708 22
opening logging file descriptor
Starting installation script...
Acquiring installation lock...
BEGIN flock 4
END (0)
Detecting root privileges...
effective UID is 1000
BEGIN which pbrun
END (1)
BEGIN sudo -S id
[sudo] password for chaithu:
END (1)
need root privileges but sudo requires password, exiting
closing logging file descriptor
スクリーンショット。
物事をインストールするためにどのような文書をお送りしましたか? –