Rajeshbabu Chintaguntla

Results 19 issues of Rajeshbabu Chintaguntla

…criptorBuilder#setValue leading to servers down(Rajeshbabu)

Added Phoenix driver related configurations,DDLs and dialects to support Phoenix.

Apache Phoenix provides SQL layer on top of popular NoSQL database HBase(http://phoenix.apache.org/). HBase ensures ACID properties within row level. Apache Omid and Apache Tephra are the popular transaction service implementations...

Currently to load data automatically generating insert queries depending upon table with "INSERT" keyword but some databases like Apache Phoenix uses "UPSERT" keyword to represent INSERT and UPDATE semantics in...

…Balance coprocessor hook syntax changed in HBASE-26147

…not always possible if we migrate from 1.x HBase

## What changes were proposed in this pull request? Changed the Mutate metrics to Put metrics.