Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-27848

Should fast-fail if unmatched column family exists when using ImportTsv

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.4.13
    • 2.6.0, 3.0.0-alpha-4, 2.5.5, 2.4.18
    • mapreduce
    • None
    • Centos 7

      HBase 2.4.13

    Description

      Executing cmd as following:

      //code
      hbase org.apache.hadoop.hbase.mapreduce.ImportTsv -Dimporttsv.separator=, -Dimporttsv.columns=HBASE_ROW_KEY,temp01_error01:first_name,temp01_error02:last_name test_hbase hdfs:///tmp/hbase_data.csv 

      If We specify a error column family(it does not exists), this operation would not fail until MR job is executed

      It is better to fast-fail before MR is submitted if we specify a error column family

      Attachments

        Issue Links

          Activity

            People

              guluo guluo
              guluo guluo
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: