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());