Repository: bigtop
Updated Branches:
  refs/heads/master 5b07ceffd -> f7127056a


http://git-wip-us.apache.org/repos/asf/bigtop/blob/f7127056/bigtop-tests/test-artifacts/hive/src/main/resources/test.hql
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/hive/src/main/resources/test.hql 
b/bigtop-tests/test-artifacts/hive/src/main/resources/test.hql
index a367d24..18b803f 100644
--- a/bigtop-tests/test-artifacts/hive/src/main/resources/test.hql
+++ b/bigtop-tests/test-artifacts/hive/src/main/resources/test.hql
@@ -23,8 +23,5 @@ ROW FORMAT DELIMITED
 FIELDS TERMINATED BY '\t'
 STORED AS TEXTFILE;
 
-LOAD DATA LOCAL INPATH 'ml-data/u.data'
-OVERWRITE INTO TABLE u_data;
-
 INSERT OVERWRITE DIRECTORY '/tmp/count'
 SELECT COUNT(1) FROM u_data;

Reply via email to