Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.99.5
    • 1.99.6
    • sqoop2-shell
    • None

    Description

      When run "show link" in CLI, the connector name displays in the summary page.

      +----+-------+--------------+------------------------+---------+
      | Id | Name  | Connector Id |     Connector Name     | Enabled |
      +----+-------+--------------+------------------------+---------+
      | 1  | mysql | 4            | generic-jdbc-connector | true    |
      | 2  | kafka | 1            | kite-connector         | true    |
      +----+-------+--------------+------------------------+---------+
      

      If user has privilege of READ LINK, and has not privilege of READ CONNECOTR, then SqoopException will be thrown.

      After this JIRA, the result will be showed below.

      +----+-------+--------------+------------------------+---------+
      | Id | Name  | Connector Id |     Connector Name     | Enabled |
      +----+-------+--------------+------------------------+---------+
      | 1  | mysql | 4            | generic-jdbc-connector | true    |
      | 2  | kafka | 1            | Access Denied          | true    |
      +----+-------+--------------+------------------------+---------+
      

      Attachments

        1. SQOOP-2226.0.patch
          1 kB
          Richard

        Issue Links

          Activity

            People

              richard_zhou Richard
              richard_zhou Richard
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: