1

Amazon EMR で Pig を使用して 2 つの HBase テーブルを結合しようとしています。

Z = join Y by pid, X by id 

上記のコードを実行すると、以下の例外がスローされます。

java.lang.IllegalArgumentException: This file system object (hdfs://10.116.57.150:9000) does not support access to the request path 'hbase://player_derived' You possibly called FileSystem.get(conf) when you should have called FileSystem.get(uri, conf) to obtain a file system supporting your path.

何が間違っていて、それを修正する方法はありますか?

4

0 に答える 0