https://github.com/mapr/gceからスクリプトをダウンロードして、MapR スクリプトを実行し、GCP 上に MapR Hadoop クラスターを作成しました。
私はすでに GCP で Google アカウントの認証を行っています。gcloud auth list
わかった。
MapR スクリプトを実行します。
./launch-admin-training-cluster.sh --project stone-cathode-10xxxx --cluster MaprBank10 --config-file 4node_yarn.lst --image centos-6 --machine-type n1-standard-2 --persistent-disks 1x256
これは Cygwin コマンド ラインからのメッセージです。
チェック: -----
project-id stone-cathode-10xxxx
cluster MaprBank10
config-file 4node_yarn.lst
image centos-6 machine n1-standard-2
zone us-central1-bオプション: -----
node-name none
persistent-disks 1x256----- {y/N} に進みますか? y node1 を起動します
最初に永続データ ボリュームを作成します (1x256) seq: not found node2 を起動します
最初に永続データ ボリュームを作成します (1x256) seq: not found node3 を起動します
最初に永続データ ボリュームを作成します (1x256) seq: not found node4 を起動します
最初に永続データ ボリュームを作成しています (1x256) seq: not found
名前 ゾーン MACHINE_TYPE PREEMPTIBLE INTERNAL_IP EXTERNAL_IP ステータス
問題を調査して解決する方法。どうもありがとうございました。