Uploaded image for project: 'Sqoop (Retired)'
  1. Sqoop (Retired)
  2. SQOOP-1179

Incorrect warning saying --hive-import was not specified when it was specified

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.4.4
    • 1.4.5
    • None
    • None
    • Sqoop 1.4.4

    Description

      The conditionals to check for hive options without hive import need to be grouped so that the warning message for lack of --hive-import is right

      For example, the command line

      sqoop import  <other options > --table <table> --warehouse-dir <warehouse-dir> --hive-import --hive-overwrite
      

      Throws the following error

      013-08-21 20:13:00,804|beaver.machine|INFO|13/08/21 20:13:00 WARN tool.BaseSqoopTool: It seems that you've specified at least one of following:
      2013-08-21 20:13:00,805|beaver.machine|INFO|13/08/21 20:13:00 WARN tool.BaseSqoopTool: --hive-home
      2013-08-21 20:13:00,805|beaver.machine|INFO|13/08/21 20:13:00 WARN tool.BaseSqoopTool: --hive-overwrite
      2013-08-21 20:13:00,805|beaver.machine|INFO|13/08/21 20:13:00 WARN tool.BaseSqoopTool: --create-hive-table
      2013-08-21 20:13:00,806|beaver.machine|INFO|13/08/21 20:13:00 WARN tool.BaseSqoopTool: --hive-table
      2013-08-21 20:13:00,806|beaver.machine|INFO|13/08/21 20:13:00 WARN tool.BaseSqoopTool: --hive-partition-key
      2013-08-21 20:13:00,806|beaver.machine|INFO|13/08/21 20:13:00 WARN tool.BaseSqoopTool: --hive-partition-value
      2013-08-21 20:13:00,806|beaver.machine|INFO|13/08/21 20:13:00 WARN tool.BaseSqoopTool: --map-column-hive
      2013-08-21 20:13:00,807|beaver.machine|INFO|13/08/21 20:13:00 WARN tool.BaseSqoopTool: Without specifying parameter --hive-import. Please note that
      2013-08-21 20:13:00,807|beaver.machine|INFO|13/08/21 20:13:00 WARN tool.BaseSqoopTool: those arguments will not be used in this session. Either
      2013-08-21 20:13:00,807|beaver.machine|INFO|13/08/21 20:13:00 WARN tool.BaseSqoopTool: specify --hive-import to apply them correctly or remove them
      2013-08-21 20:13:00,807|beaver.machine|INFO|13/08/21 20:13:00 WARN tool.BaseSqoopTool: from command line to remove this warning.
      

      Attachments

        1. SQOOP-1179.patch
          2 kB
          Venkat Ranganathan

        Issue Links

          Activity

            People

              venkatnrangan Venkat Ranganathan
              venkatnrangan Venkat Ranganathan
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: