Re: Can Beeline handle HTTP redirect?

2016-12-22 Thread Gopal Vijayaraghavan
> I want to know whether Beeline can handle HTTP redirect or not. I was > wondering if some of Beeline experts can answer my question? Beeline uses the hive-jdbc driver, which is the one actually handling network connections. That driver in turn, uses a standard

Re: hive2.1.0 one partition has two locations

2016-12-22 Thread Elliot West
I believe there is an issue with non-string type partition values. On some code path point they are incorrectly compared as strings when a numeric comparison should be used instead. Consequently, as '04' ≠ '4' you get two different partitions. To work around this you should ensure that only one