ant_nebula created SPARK-26596:
----------------------------------

             Summary: sparksql "insert overwrite local directory" does not 
write back to driver node
                 Key: SPARK-26596
                 URL: https://issues.apache.org/jira/browse/SPARK-26596
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.4.0
            Reporter: ant_nebula


/data/apps/spark/bin/spark-sql --master yarn --deploy-mode client 
--driver-memory 4g --executor-memory 4g --num-executors 3 -e "insert overwrite 
local directory '/tmp/spark_result/' select * from tableA limit 3"

This sql result does not write back to the driver machine which submit this 
sql.But on the yarn nodemanager machine.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to