Welcome, Dumindu!
On Thursday, September 17, 2015, Vasudevan, Ramkrishna S <
ramkrishna.s.vasude...@intel.com> wrote:
> Hi All
>
>
>
> Please welcome our newest committer Dumindu Buddhika to the Apache Phoenix
> team. Dumindu, a student and an intern in the GSoC program, has
> contributed lot
Hi All
Please welcome our newest committer Dumindu Buddhika to the Apache Phoenix
team. Dumindu, a student and an intern in the GSoC program, has contributed
lot of new functionalities related to the PHOENIX ARRAY feature and also has
involved himself in lot of critical bug fixes even after
Thanks guys so much for all the help - I was able to get this scenario to
work !
Now that I got this to work I am a little bit curious to see if I can
explore more on my initial question re disk space utilization.
Providing more specifics - yes I was using YARN and my table had about a
billion ro
We currently have our ETL write to the Hive tables and wanted to check if
there is any way for Phoenix to inter-operate with the tables in Hive?
Thanks!
That's correct. You'll need to update hbase-site.xml on the servers and
restart the region server processes in order to take effect. Actually,
HBase supports dynamically reloading configuration for some settings. We
should look into making these Phoenix setting dynamic as well. Maybe you'd
like to
I really recommend managing hbase-site.xml outside of your uberjar. You
should already be doing this anyway with other resources, such as
log4j.properties.
If you are intent on setting them programmatically, you'll need to pass
them into the PhoenixConnection's HBaseConfiguration object. I believe