Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
gruntシェルを開き、その中でpigファイルを実行してから、出力ファイルをローカルマシンにコピーするシェルスクリプトを作成しようとしています。これは可能ですか?どんなリンクも役に立ちます!
コマンド ラインから pig スクリプトを実行できます。
#> pig -f script.txt
スクリプトの最後で fs コマンドを実行して、データをローカル ファイルシステムに「取得」できます。
grunt> fs -get /path/in/hdfs /local/path