phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

Apache Phoenix

Results 229 phoenix issues
Sort by recently updated
recently updated
newest added

…instead of linear search for the first guide post in the first region of the targeted scan ranges. In details: 1. The aglorithm continuously decodes and loads guide posts in...

SQLContext was deprecated on Spark 2. I've fixed the first example to be compliant with the new syntax.

The motivation is to be able to verify replication between two tables - source and a target table (on same or some other cluster) , based on some sql conditions....

The current logic will return ``isReversed`` as ``true`` whether the ``BaseScannerRegionObserver.REVERSE_SCAN`` attribute is set to ``PDataType.TRUE_BYTES`` or ``PDataType.FALSE_BYTES``. The PR is to change it to return ``true`` only if ``BaseScannerRegionObserver.REVERSE_SCAN``...

as mentioned in https://phoenix.apache.org/tuning.html. I could not set the configuration of phoenix, so I'v tired to add the code to solve this problem. then I can just set the phoenix...

It supports both RDD and Dataframe read /write, # Things needed consideration When loading from Dataframe, there is a need to convert from catalyst data type to Phoenix type, ex....

Flipping zipkin chart on vertical axis would be done on the zipkin codebase. The zipkin codebase does not support date/time in milliseconds.

https://issues.apache.org/jira/browse/PHOENIX-2405 Hi @maryannxue, I guess this time it may be closer to what you described. I think the threshold in DeferredResultIterator should be different from the threshold in DeferredByteBufferSegmentQueue, but...