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.
新しい新しいMultiTableInputFormatクラスを使用すると、現在キーと値を提供しているテーブルの名前を取得できますか?
MultiTableInputFormat
コンテキストと構成で特別な属性を検索しようとしましたが、不運になりました。
この問題の答えがわかりました。さまざまなクラスのソースを調べたところ、テーブル名を取得するために内部的にこれと同様のことを行っていることがわかりました。
String tableName = Bytes.toString(((TableSplit) context.getInputSplit()).getTableName());