Created 03-24-2017 01:22 PM
Hello in phoenix doc here it suggested one can run a flashback query by setting "currenSCN" settings in connection properties.
How do one set this properties in :
I am using HDP 2.5.3 / Phoenix 4.7
Thank you!!
Created 03-27-2017 10:01 AM
Ok thanks I have finally got it working. It can be run like this for example:
sqlline.py "sandbox:2181/hbase-secure;currentSCN=1490372958713"
Created 03-25-2017 02:11 AM
For sqlline, you can give something like:
./sqlline.py "host;CurrentSCN=<ts>"
Created 03-27-2017 10:01 AM
Ok thanks I have finally got it working. It can be run like this for example:
sqlline.py "sandbox:2181/hbase-secure;currentSCN=1490372958713"