You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Chen Xin YU <qi...@126.com> on 2015/09/25 03:38:43 UTC

Review Request 38745: HIVE-11278: Hive Metastore does not tolerate leading spaces in JDBC url

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38745/
-----------------------------------------------------------

Review request for hive.


Bugs: HIVE-11287
    https://issues.apache.org/jira/browse/HIVE-11287


Repository: hive-git


Description
-------

There is space with returned metastore url connection string.
This fix is trim the string, I tested it works with the fix.


Diffs
-----

  beeline/src/java/org/apache/hive/beeline/HiveSchemaHelper.java a6b11ba 

Diff: https://reviews.apache.org/r/38745/diff/


Testing
-------


Thanks,

Chen Xin YU