Re: [ANNOUNCE] Welcome our newest Committer Dumindu Buddhika

2015-09-17 Thread James Taylor
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

[ANNOUNCE] Welcome our newest Committer Dumindu Buddhika

2015-09-17 Thread Vasudevan, Ramkrishna S
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

Re: Using Phoenix Bulk Upload CSV to upload 200GB data

2015-09-17 Thread Gaurav Kanade
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

Phoenix with Hive

2015-09-17 Thread Buntu Dev
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!

Re: Phoenix Properties

2015-09-17 Thread Nick Dimiduk
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

Re: timeouts for long queries

2015-09-17 Thread Nick Dimiduk
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