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.
Impala でテーブルを作成し、データをテーブルにロードしました。
HDFS からのデータが Impala データ ディレクトリに移動されました。HDFS でこのデータを見つけるにはどうすればよいですか??
impala-shellimpala をインストールしたサーバーで実行し、次のコマンドを入力します。
impala-shell
DESCRIBE FORMATTED table_name;
にテーブルの場所が表示されhdfsます。
hdfs