[SPARK-16233][R][TEST] ORC test should be enabled only when HiveContext is available.#14019
Closed
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
dongjoon-hyun:SPARK-16233
Closed
[SPARK-16233][R][TEST] ORC test should be enabled only when HiveContext is available.#14019dongjoon-hyun wants to merge 1 commit intoapache:masterfrom dongjoon-hyun:SPARK-16233
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
dongjoon-hyun:SPARK-16233
Conversation
Member
Author
|
cc @shivaram |
|
Test build #61637 has finished for PR 14019 at commit
|
Contributor
|
Thanks @dongjoon-hyun - I manually tested this as well and it works fine. LGTM. Will merge after Jenkins passes |
Member
Author
|
Thank you, @shivaram . |
Member
Author
|
Is this included in new 2.0 RC if it exists? |
asfgit
pushed a commit
that referenced
this pull request
Jul 1, 2016
…xt is available. ## What changes were proposed in this pull request? ORC test should be enabled only when HiveContext is available. ## How was this patch tested? Manual. ``` $ R/run-tests.sh ... 1. create DataFrame from RDD (test_sparkSQL.R#200) - Hive is not build with SparkSQL, skipped 2. test HiveContext (test_sparkSQL.R#1021) - Hive is not build with SparkSQL, skipped 3. read/write ORC files (test_sparkSQL.R#1728) - Hive is not build with SparkSQL, skipped 4. enableHiveSupport on SparkSession (test_sparkSQL.R#2448) - Hive is not build with SparkSQL, skipped 5. sparkJars tag in SparkContext (test_Windows.R#21) - This test is only for Windows, skipped DONE =========================================================================== Tests passed. ``` Author: Dongjoon Hyun <dongjoon@apache.org> Closes #14019 from dongjoon-hyun/SPARK-16233. (cherry picked from commit d17e5f2) Signed-off-by: Shivaram Venkataraman <shivaram@cs.berkeley.edu>
Member
Author
|
Oh, thank you for merging. @shivaram . |
Contributor
|
@dongjoon-hyun I merged this into branch-2.0, so it should be present in the next RC. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
ORC test should be enabled only when HiveContext is available.
How was this patch tested?
Manual.