[ https://issues.apache.org/jira/browse/HIVE-28838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Denys Kuzmenko resolved HIVE-28838. ----------------------------------- Fix Version/s: 4.2.0 Resolution: Fixed > 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 > Fix For: 4.2.0 > > > 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)