[
https://issues.apache.org/jira/browse/HIVE-28838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17987007#comment-17987007
]
Denys Kuzmenko commented on HIVE-28838:
---------------------------------------
Merged to master.
Thanks for the fix, [~InvisibleProgrammer]!
> Remove JDBC connection info from explain extended output
> --------------------------------------------------------
>
> Key: HIVE-28838
> URL: https://issues.apache.org/jira/browse/HIVE-28838
> Project: Hive
> Issue Type: Task
> Components: HiveServer2
> Reporter: Zsolt Miskolczi
> Assignee: Zsolt Miskolczi
> Priority: Major
> Labels: pull-request-available
>
> At the current behaviour, tables created with JdbcStorageHandler lists out
> the jdbc connection info in the explain extended output:
> {noformat}
> hive.sql.database.type DERBY
> hive.sql.dbcp.username APP
> hive.sql.jdbc.driver org.apache.derby.jdbc.EmbeddedDriver
> hive.sql.jdbc.url
> jdbc:derby:memory:junit_metastore_db;create=true
> {noformat}
> The reason is because of configureTableJobProperties adds the connection info
> to the input job - so that, a jdbc table can be queried.
> The goal is to remove the sensitive properties from the explain extended
> output.
>
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)