shining created SPARK-21201: ------------------------------- Summary: SparkSQL Load data inpath into table tableName, file is moved Key: SPARK-21201 URL: https://issues.apache.org/jira/browse/SPARK-21201 Project: Spark Issue Type: Bug Components: SQL Affects Versions: 2.1.0 Reporter: shining
I create a text table tests in SparkSQL. Then I load my file on hdfs into the table : load data "\tmp\test.txt" into table test when load sucess, the file on hdfs is moved to test table directory! It is not the result that I want! The file should not be moved! If there any configuration to control it? Anyone know this,thanks! -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org