Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-17144

export of temporary tables not working and it seems to be using distcp rather than filesystem copy

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0.0
    • 3.0.0
    • Hive, HiveServer2
    • None
    • Reviewed

    Description

      create temporary table t1 (i int);
      insert into t1 values (3);
      export table t1 to 'hdfs://somelocation';

      above fails. additionally it should use filesystem copy and not distcp to do the job.

      Attachments

        1. HIVE-17144.1.patch
          12 kB
          Anishek Agarwal

        Issue Links

          Activity

            People

              anishek Anishek Agarwal
              anishek Anishek Agarwal
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: