Re: phoenix-spark and pyspark

2016-01-24 Thread Josh Mahonin
Hey Nick, Hopefully PHOENIX-2599 works out for you, but it's entirely possible there's some other issues that crop up. My usage patterns are probably a bit unique, in that I generally do a few JDBC UPSERT SELECT aggregations from my "hot" tables to intermediate ones before Spark ever involved.

Re: Configure Hbase Client when using Phoenix Datasource in Spark?

2016-01-24 Thread pierre lacave
Thanks Josh, Option 1 did the trick, however this is a very global approach, I'll raise a ticket to support configuration via DF option() method, which is cleaner in the long run. Although option 2 would work, those methods require to know in advance what column you want to read, which in my