There are still three JIRAs marked as blockers for 1.3.0:

SPARK-5310 Update SQL programming guide for 1.3
SPARK-5183 Document data source API
SPARK-6128 Update Spark Streaming Guide for Spark 1.3

As a matter of hygiene, let's either mark them resolved if they're
resolved, or push them / deprioritize them.


Signatures look good, source compiles with a Hadoop-2.6 + YARN +
Hive-flavored build, for me.


On OS X and Ubuntu, I still observe the same test failure as in the
first RC, but agree this isn't a blocker:

UISeleniumSuite:
*** RUN ABORTED ***
  java.lang.NoClassDefFoundError: org/w3c/dom/ElementTraversal
  ...


On both, I also see a few Hive tests fail, like the following:

- udf_std *** FAILED ***
  Results do not match for udf_std:
  DESCRIBE FUNCTION EXTENDED std
  == Parsed Logical Plan ==
  HiveNativeCommand DESCRIBE FUNCTION EXTENDED std

  == Analyzed Logical Plan ==
  HiveNativeCommand DESCRIBE FUNCTION EXTENDED std

  == Optimized Logical Plan ==
  HiveNativeCommand DESCRIBE FUNCTION EXTENDED std

  == Physical Plan ==
  ExecutedCommand (HiveNativeCommand DESCRIBE FUNCTION EXTENDED std)

  Code Generation: false
  == RDD ==
  result
  !== HIVE - 2 row(s) ==                                         ==
CATALYST - 2 row(s) ==
   std(x) - Returns the standard deviation of a set of numbers
std(x) - Returns the standard deviation of a set of numbers
  !Synonyms: stddev_pop, stddev
Synonyms: stddev, stddev_pop (HiveComparisonTest.scala:384)


Before I give a +1 I wanted to see if anyone sees these test failures
too, and/or believes they're ignorable for some reason. I also want to
resolve the open blocker JIRAs.


On Fri, Mar 6, 2015 at 2:52 AM, Patrick Wendell <pwend...@gmail.com> wrote:
> Please vote on releasing the following candidate as Apache Spark version 
> 1.3.0!
>
> The tag to be voted on is v1.3.0-rc2 (commit 4aaf48d4):
> https://git-wip-us.apache.org/repos/asf?p=spark.git;a=commit;h=4aaf48d46d13129f0f9bdafd771dd80fe568a7dc
>
> The release files, including signatures, digests, etc. can be found at:
> http://people.apache.org/~pwendell/spark-1.3.0-rc3/
>
> Release artifacts are signed with the following key:
> https://people.apache.org/keys/committer/pwendell.asc
>
> Staging repositories for this release can be found at:
> https://repository.apache.org/content/repositories/orgapachespark-1078
>
> The documentation corresponding to this release can be found at:
> http://people.apache.org/~pwendell/spark-1.3.0-rc3-docs/
>
> Please vote on releasing this package as Apache Spark 1.3.0!
>
> The vote is open until Monday, March 09, at 02:52 UTC and passes if
> a majority of at least 3 +1 PMC votes are cast.
>
> [ ] +1 Release this package as Apache Spark 1.3.0
> [ ] -1 Do not release this package because ...
>
> To learn more about Apache Spark, please see
> http://spark.apache.org/
>
> == How does this compare to RC2 ==
> This release includes the following bug fixes:
>
> https://issues.apache.org/jira/browse/SPARK-6144
> https://issues.apache.org/jira/browse/SPARK-6171
> https://issues.apache.org/jira/browse/SPARK-5143
> https://issues.apache.org/jira/browse/SPARK-6182
> https://issues.apache.org/jira/browse/SPARK-6175
>
> == How can I help test this release? ==
> If you are a Spark user, you can help us test this release by
> taking a Spark 1.2 workload and running on this release candidate,
> then reporting any regressions.
>
> If you are happy with this release based on your own testing, give a +1 vote.
>
> == What justifies a -1 vote for this release? ==
> This vote is happening towards the end of the 1.3 QA period,
> so -1 votes should only occur for significant regressions from 1.2.1.
> Bugs already present in 1.2.X, minor regressions, or bugs related
> to new features will not block this release.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
> For additional commands, e-mail: dev-h...@spark.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
For additional commands, e-mail: dev-h...@spark.apache.org

Reply via email to