David Knupp has uploaded this change for review. ( http://gerrit.cloudera.org:8080/8653
Change subject: Revert "IMPALA-6068: Fix dataload for complextypes_fileformat" ...................................................................... Revert "IMPALA-6068: Fix dataload for complextypes_fileformat" This reverts commit e4f585240ac8f478e25402806f4ea38531b4bf84. Among other things, that commit replaced hdfs command line calls with "LOAD DATA LOCAL INPATH" using Hive. However, doing so presumes that the minicluster is the only test environment. Sometimes though, the data load script is against a remote cluster, and those cases, the data load process is now broken. Change-Id: I6dc419934d2953eb950b14d090d7895ec57aa9f2 --- M testdata/bin/create-load-data.sh M testdata/bin/generate-schema-statements.py M testdata/common/text_delims_table.py M testdata/common/widetable.py M testdata/datasets/functional/functional_schema_template.sql 5 files changed, 152 insertions(+), 160 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/53/8653/1 -- To view, visit http://gerrit.cloudera.org:8080/8653 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I6dc419934d2953eb950b14d090d7895ec57aa9f2 Gerrit-Change-Number: 8653 Gerrit-PatchSet: 1 Gerrit-Owner: David Knupp <[email protected]>
