Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SQL] [SPARK-8064] Fixes HiveCompatibilitySuite failures for Hive 1.2.1 upgrade #7894

Conversation

liancheng
Copy link
Contributor

This is a fork of PR #7191 authored by @steveloughran. This PR updates two .q files used in HiveCompatibilitySuite. These two test failures are both due to incompatible changes made in Hive 0.14.0 and 1.2.0:

  • union3: HIVE-9039, resolved in Hive 1.2.0
  • parenthesis_star_by: HIVE-5607, resolved in Hive 0.14.0

Both fixes made backwards-incompatible changes to HiveQl parser and updated related .q files.

…ts pass instead of timing out: undetected regression?
…essages to say "w/Hive 1.2.1" in console output
…in the raised exception; this ensures that the stdout/stderr is included in jenkins reports, so it becomes possible to diagnose the cause.
…e rest of the work; can be backported to earlier versions
…ure that jersey server is on classpath on hadoop versions < 2.6
…till no obvious reason why jersey server code in spark-assembly isn't being picked up -it hasn't been shaded
liancheng and others added 19 commits August 1, 2015 10:06
-things that aren't needed are excluded
-sql/hive built with ivy is in sync with the maven reconciliation policy, rather than latest-first
…ed references in the hive- packages; this keeps mvn and ivy resolution compatible, as the reconciliation policy is "by hand"
… This one has the protobuf-shaded hive-exec jar
@liancheng
Copy link
Contributor Author

Seems that Jenkins takes hours to restart every night these days. This prevents PR builds being executed in my day time :(

@SparkQA
Copy link

SparkQA commented Aug 3, 2015

Test build #39541 has finished for PR 7894 at commit 7556d85.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@marmbrus
Copy link
Contributor

marmbrus commented Aug 3, 2015

test this please

@SparkQA
Copy link

SparkQA commented Aug 3, 2015

Test build #39560 has finished for PR 7894 at commit 7556d85.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@marmbrus
Copy link
Contributor

marmbrus commented Aug 3, 2015

test this please

@SparkQA
Copy link

SparkQA commented Aug 3, 2015

Test build #39577 has finished for PR 7894 at commit 7556d85.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@marmbrus
Copy link
Contributor

marmbrus commented Aug 3, 2015

test this please

@SparkQA
Copy link

SparkQA commented Aug 3, 2015

Test build #39582 has finished for PR 7894 at commit 7556d85.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@liancheng
Copy link
Contributor Author

Closing this since it's merged into #7191.

@liancheng liancheng closed this Aug 4, 2015
@liancheng liancheng deleted the hive-1.2.1/hive-compatibility-suite-fix branch August 4, 2015 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants