Re: How to provide hbase-site.xml to Stellar Processor Java API

2019-01-24 Thread Otto Fowler
Hi Anil, Can you create a jira on this with these details and a general overview of your use case? It looks like the HbaseConfiguration we use in the HTableConnector is done using the create() method, which creates from resources. I think we would need to do some work to support the external file.

Re: How to provide hbase-site.xml to Stellar Processor Java API

2019-01-24 Thread Mohan Venkateshaiah
Hi Anil, I had done similar to this in the past . In the stellar to get the hbase configuration we call HBaseConfiguration.create() , in that call hbase adds the hbase-site and core-site as resources to the config we probably SHOULD let people specify a base config. What I had done was in th

Re: How to provide hbase-site.xml to Stellar Processor Java API

2019-01-24 Thread Otto Fowler
But still file a jira ;) On January 24, 2019 at 12:19:34, Mohan Venkateshaiah ( mvenkatesha...@hortonworks.com) wrote: Hi Anil, I had done similar to this in the past . In the stellar to get the hbase configuration we call HBaseConfiguration.create() , in that call hbase adds the hbase-site and