Re: Apache Phoenix 4.14 (all 4.9+ also) not supporting hbase.1.1.2

2018-06-27 Thread rahuledavalath1
Hi Josh Elser i just explained why phoenix 4.9+ is not working with hdp. the reason is phoenix 4.9+ will not work with apache hbase 1.1.2. it's expecting apache hbase 1.1.2+. please leave hdp part. can you please tell, is there any patch/hope for *apache-phoenix-4.14-hbase-1.1 *to support *apac

Apache Phoenix 4.14 (all 4.9+ also) not supporting hbase.1.1.2

2018-06-15 Thread rahuledavalath1
Hi All We are using hortonworks latest* hdp stack 2.6.5*. There the hbase version is* hbase.1.1.2*. We downloaded *apache-phoenix-4.14.0-HBase-1.1* and integrated with hdp. But it's throwing errors related with indexing. In apache hbase.1.1.2+ some indexing improvements is there this is caus

Re: [ANNOUNCE] Apache Phoenix 4.14 released

2018-06-15 Thread rahuledavalath1
Hi James We are using hortonworks latest* hdp stack 2.6.5*. There the hbase version is* hbase.1.1.2*. We downloaded *apache-phoenix-4.14.0-HBase-1.1* and integrated with hdp. But it's throwing errors related with indexing. In apache hbase.1.1.2+ some indexing improvements is there this is causi

Re: Phoenix csv bulkload tool not using data in rowtimestamp field for hbase timestamp

2017-08-31 Thread rahuledavalath1
Hi Sergey, Applied the patch and rebuild Phoenix.Now it's working fine. Thanks Thanks& Regards Rahul P -- Sent from: http://apache-phoenix-user-list.1124778.n5.nabble.com/

Phoenix csv bulkload tool not using data in rowtimestamp field for hbase timestamp

2017-08-20 Thread rahuledavalath1
Hi All, I am using hbase1.1 and phoenix4.9.0. I linked my date colum in the phoenix table to the hbase timestamp using rowtimestamp feature. When i am inserting data with upsert query it's working fine. When i do phoenix csv mapreduce bulkload it's taking bulkloaded time as the hbase timestamp.