You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Mulan (Jira)" <ji...@apache.org> on 2020/07/23 03:56:00 UTC

[jira] [Commented] (SPARK-27020) Unable to insert data with partial dynamic partition with Spark & Hive 3

    [ https://issues.apache.org/jira/browse/SPARK-27020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17163198#comment-17163198 ] 

Mulan commented on SPARK-27020:
-------------------------------

Are you use Spark HDP 2.3.2 version . I had the same problem.

> Unable to insert data with partial dynamic partition with Spark & Hive 3
> ------------------------------------------------------------------------
>
>                 Key: SPARK-27020
>                 URL: https://issues.apache.org/jira/browse/SPARK-27020
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.3.2
>         Environment: Hortonwork HDP 3.1.0
> Spark 2.3.2
> Hive 3
>            Reporter: Truong Duc Kien
>            Priority: Major
>         Attachments: image-2019-08-13-12-17-07-612.png
>
>
> When performing inserting data with dynamic partition, the operation fails if all partitions are not dynamic. For example:
> The query
> {code:sql}
> insert overwrite table t1 (part_a='a', part_b) select * from t2
> {code}
> will fails with errors
> {code:xml}
> Cannot create partition spec from hdfs://xxxx/ ; missing keys [part_a]
> Ignoring invalid DP directory <path to staging directory>
> {code}
> On the other hand, if I remove the static value of part_a to make the insert fully dynamic, the following query will success.
> {code:sql}
> insert overwrite table t1 (part_a, part_b) select * from t2
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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