Re: Can't add views on HBase tables after upgrade

2015-09-12 Thread Samarth Jain
Jeffrey, I will look into this and get back to you. - Samarth On Thu, Sep 10, 2015 at 8:44 AM, Jeffrey Lyons wrote: > Hey all, > > > > I have recently tried upgrading my Phoenix version from 4.4-HBase-0.98 to > build 835 on 4.x-HBase-0.98 to get some of the new changes.

Re: setting up community repo of Phoenix for CDH5?

2015-09-12 Thread Krishna
As explained here, there are some code changes too in addition to pom related changes. http://stackoverflow.com/a/31934434/165130 On Friday, September 11, 2015, Andrew Purtell wrote: > Or once parameterized, add a default off profile that redefines them all > in one

Re: Renaming a column in phoenix

2015-09-12 Thread Gabriel Reid
There isn't a command available to rename or change the data type of a column in Phoenix -- to do something like this, you need to drop a column and then create a new column. If you have existing data that you want to migrate, I would suggest doing the following: 1. Create the new column (with

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

2015-09-12 Thread Gabriel Reid
Around 1400 mappers sounds about normal to me -- I assume your block size on HDFS is 128 MB, which works out to 1500 mappers for 200 GB of input. To add to what Krishna asked, can you be a bit more specific on what you're seeing (in log files or elsewhere) which leads you to believe the data

Re: setting up community repo of Phoenix for CDH5?

2015-09-12 Thread Jean-Marc Spaggiari
Exact. There is some some code change because of what has been back ported into CDH and what has not been. But overall, it should not be rocket science. Mostly method signatures... Let us know when the repo is available so we can help... Thanks, JM 2015-09-12 18:38 GMT-04:00 Krishna

Re: Can't add views on HBase tables after upgrade

2015-09-12 Thread James Taylor
If we've broken views over HBase tables, we'll need to -1 the RC and get a fix IMO. Thanks in advance for offering to look into it, Samarth. On Sat, Sep 12, 2015 at 11:22 AM, Samarth Jain wrote: > Jeffrey, > > I will look into this and get back to you. > > - Samarth > > On