Hive Merge command is not working in Spark HiveContext

后端 未结 2 1039
独厮守ぢ
独厮守ぢ 2021-01-25 22:34

I am running hive merge command using Spark HiveContext in 1.6.3 spark version, but it is failing with below error.

2017-09-11 18:30:33 Driver [INFO ] ParseDrive         


        
2条回答
  •  孤城傲影
    2021-01-25 23:05

    To use MERGE operation you will need to execute it through the HIVE JDBC since MERGE is not supported by Spark SQL as of this day.

提交回复
热议问题