You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (Jira)" <ji...@apache.org> on 2020/05/18 04:32:00 UTC

[jira] [Resolved] (SPARK-31744) Remove Hive dependency in AppVeyor build temporarily

     [ https://issues.apache.org/jira/browse/SPARK-31744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dongjoon Hyun resolved SPARK-31744.
-----------------------------------
    Fix Version/s: 3.0.0
       Resolution: Fixed

Issue resolved by pull request 28564
[https://github.com/apache/spark/pull/28564]

> Remove Hive dependency in AppVeyor build temporarily
> ----------------------------------------------------
>
>                 Key: SPARK-31744
>                 URL: https://issues.apache.org/jira/browse/SPARK-31744
>             Project: Spark
>          Issue Type: Test
>          Components: SparkR, Tests
>    Affects Versions: 3.0.0
>            Reporter: Hyukjin Kwon
>            Assignee: Hyukjin Kwon
>            Priority: Major
>             Fix For: 3.0.0
>
>
> Seems like we're skipping Hive related tests in SparkR (https://ci.appveyor.com/project/ApacheSoftwareFoundation/spark/builds/32853533), see below:
> {code}
> test_sparkSQL.R:307: skip: create DataFrame from RDD
> Reason: Hive is not build with SparkSQL, skipped
> test_sparkSQL.R:1341: skip: test HiveContext
> Reason: Hive is not build with SparkSQL, skipped
> test_sparkSQL.R:2813: skip: read/write ORC files
> Reason: Hive is not build with SparkSQL, skipped
> test_sparkSQL.R:2834: skip: read/write ORC files - compression option
> Reason: Hive is not build with SparkSQL, skipped
> test_sparkSQL.R:3727: skip: enableHiveSupport on SparkSession
> Reason: Hive is not build with SparkSQL, skipped
> {code}
> Although we build with Hive profile (https://github.com/apache/spark/blob/master/appveyor.yml#L51).
> It looks better to remove the profile for now which could also speed up the build



--
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