Hi, I agree there is no way to populate tableInfo from properties file right now. But you should be able to set store properties. You can do it like "operator.hbasePutOperator.attr.store.tablename".
-Priyanka On Wed, Nov 23, 2016 at 2:08 PM, Pradeep A. Dalvi <[email protected]> wrote: > It seems, store & tableInfo properties to HBasePOJOPutOperator can not be > specified using properties.xml. And one has to write code to configure the > operator i.e. populating HBaseFieldInfo list, constructing TableInfo, > configuring HBaseStore with tableName & Zookeeper and creating HBase table > if it doesn't exist. > Is there any alternative or simpler approach? > > Thanks, > --prad >
