Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-28642

Hide credentials in show create table

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.0
    • 2.4.4, 3.0.0
    • SQL
    • None

    Description

      spark-sql> show create table mysql_federated_sample;
      CREATE TABLE `mysql_federated_sample` (`TBL_ID` BIGINT, `CREATE_TIME` INT, `DB_ID` BIGINT, `LAST_ACCESS_TIME` INT, `OWNER` STRING, `RETENTION` INT, `SD_ID` BIGINT, `TBL_NAME` STRING, `TBL_TYPE` STRING, `VIEW_EXPANDED_TEXT` STRING, `VIEW_ORIGINAL_TEXT` STRING, `IS_REWRITE_ENABLED` BOOLEAN)
      USING org.apache.spark.sql.jdbc
      OPTIONS (
      `url` 'jdbc:mysql://localhost/hive?user=root&password=mypasswd',
      `driver` 'com.mysql.jdbc.Driver',
      `dbtable` 'TBLS'
      )
      

      Attachments

        Issue Links

          Activity

            People

              yumwang Yuming Wang
              yumwang Yuming Wang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: