Re: PHOENIX-2000

2015-07-15 Thread Samarth Jain
Changing the email group to user@phoenix.apache.org. Please don't use phoenix-hbase-u...@googlegroups.com as that group is deprecated. Can you try upgrading your HBase version? I see that the way HBase configuration is being loaded has been changed in the later releases. I am not seeing the issue

Error while gradle build for Phoenix 4.4.0-HBase-1.0 : could not resolve ${compat.module}

2015-07-15 Thread Veerraju Tadimeti
Hi, I am trying to build gradle having phoenix 4.4.0-HBase-1.0 dependency for CDH 5.4.3. Please let me know the fix. build.gradle contains the following code: compile (group: 'org.apache.phoenix', name: 'phoenix-core', version: '4.4.0-HBase-1.0') { exclude(module: 'sqlline') } Exception : *Co

Re: TTL and IMMUTABLE_ROWS

2015-07-15 Thread James Taylor
Yes, it's ok, but if you have secondary indexes, make sure to set the same TTL on them as well (just tack on the same TTL=691200 at the end of your CREATE INDEX statement). On Tue, Jul 14, 2015 at 1:48 PM, Serega Sheypak wrote: > Hi, here is my table > > CREATE TABLE IF NOT EXISTS cross_id_refer

Re: java.lang.NoSuchMethodError: org.apache.hadoop.hbase.client.Put.setWriteToWAL

2015-07-15 Thread Jean-Marc Spaggiari
As Serega said. You have to use the parcel available on the Cloudera Labs repo. Because Cloudera has backported some of the 1.1 features into their 1.0 branch, some signatures changed and the default Phoenix distribution will not work with CDH. You need to make sure to follow the instructions avail

Re: REG: Update -Set in Phoenix

2015-07-15 Thread Michael McAllister
Yes it’s true as far as I can tell, you’ll at least have to get the PK columns as well. Michael McAllister Staff Data Warehouse Engineer | Decision Systems mmcallis...@homeaway.com | C: 512.423.7447 | skype: michael.mcallister.ha | we

StaleRegionBoundaryCacheException

2015-07-15 Thread Bahubali Jain
Hi, I am running into the below exception while running a count(*) query on a hbase table (created a view in phoenix) java.lang.RuntimeException: org.apache.phoenix.schema.StaleRegionBoundaryCacheException: ERROR 1108 (XCL08): Cache of region boundaries are out of date. at sqlline.Increment

Re: java.lang.NoSuchMethodError: org.apache.hadoop.hbase.client.Put.setWriteToWAL

2015-07-15 Thread Serega Sheypak
Thy to use this: https://repository.cloudera.com/cloudera/cloudera-repos/org/apache/phoenix/phoenix-core/4.3.0-clabs-phoenix-1.0.0/ 2015-07-15 0:05 GMT+02:00 Veerraju Tadimeti : > Hi, > > I amtrying to connect from phoenix 4.0.0-HBase1.0 to Cloudera 5.4.3, HBase > 1.0. I am getting the followng