frankgh opened a new pull request #1138:
URL: https://github.com/apache/hive/pull/1138
Handle IllegalArgumentExceptions thrown by the File constructor when the
jar URI is not supported. This fixes the static initialization of the
HiveConf class when four conditions are met:
1. hive-site.xml is not present in the classpath
2. hive-site.xml is not present on the "HIVE_CONF_DIR" directory
3. hive-site.xml is not present on the "HIVE_HOME" directory
4. jar URI is not absolute, or is opaque, or URI scheme is null or not
file, uri authority is not null, uri fragment is not null, uri query
is not null and finally uri path is empty.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]