+1 at last. Sigs and hashes check out, and compiles and passes tests
with "-Pyarn -Phadoop-2.7 -Phive" on Ubuntu 16 + Java 8.


There are actually only 2 issues still targeted for 2.0.0, which is great:
SPARK-16633 lag/lead does not return the default value when the offset
row does not exist
SPARK-16648 LAST_VALUE(FALSE) OVER () throws IndexOutOfBoundsException

These are not marked blocker, though one is critical. I will assume
these don't block.


The only other JIRA that seems to be "for 2.0" and not resolved is...
https://issues.apache.org/jira/browse/SPARK-16486
... which I suspect is actually just something to be renamed and pushed out.


I did encounter two test failures that weren't reproducible, just FYI:

ExecutorAllocationManagerSuite:
- basic functionality *** FAILED ***
  The code passed to eventually never returned normally. Attempted 613
times over 10.015362111999998 seconds. Last failure message:
  Wanted but not invoked:
  executorAllocationClient.killExecutor("2");
  -> at 
org.apache.spark.streaming.scheduler.ExecutorAllocationManagerSuite$$anonfun$2$$anonfun$7.org$apache$spark$streaming$scheduler$ExecutorAllocationManagerSuite$$anonfun$$anonfun$$verifyKilledExec$1(ExecutorAllocationManagerSuite.scala:80)
  Actually, there were zero interactions with this mock.
  . (ExecutorAllocationManagerSuite.scala:61)

StateStoreSuite:
- maintenance *** FAILED ***
  The code passed to eventually never returned normally. Attempted 611
times over 10.007739936 seconds. Last failure message:
StateStoreSuite.this.fileExists(provider, 1L, false) was true earliest
file not deleted. (StateStoreSuite.scala:395)

On Wed, Jul 20, 2016 at 3:35 AM, Reynold Xin <r...@databricks.com> wrote:
> Please vote on releasing the following candidate as Apache Spark version
> 2.0.0. The vote is open until Friday, July 22, 2016 at 20:00 PDT and passes
> if a majority of at least 3 +1 PMC votes are cast.
>
> [ ] +1 Release this package as Apache Spark 2.0.0
> [ ] -1 Do not release this package because ...
>
>
> The tag to be voted on is v2.0.0-rc5
> (13650fc58e1fcf2cf2a26ba11c819185ae1acc1f).
>
> This release candidate resolves ~2500 issues:
> https://s.apache.org/spark-2.0.0-jira
>
> The release files, including signatures, digests, etc. can be found at:
> http://people.apache.org/~pwendell/spark-releases/spark-2.0.0-rc5-bin/
>
> Release artifacts are signed with the following key:
> https://people.apache.org/keys/committer/pwendell.asc
>
> The staging repository for this release can be found at:
> https://repository.apache.org/content/repositories/orgapachespark-1195/
>
> The documentation corresponding to this release can be found at:
> http://people.apache.org/~pwendell/spark-releases/spark-2.0.0-rc5-docs/
>
>
> =================================
> How can I help test this release?
> =================================
> If you are a Spark user, you can help us test this release by taking an
> existing Spark workload and running on this release candidate, then
> reporting any regressions from 1.x.
>
> ==========================================
> What justifies a -1 vote for this release?
> ==========================================
> Critical bugs impacting major functionalities.
>
> Bugs already present in 1.x, missing features, or bugs related to new
> features will not necessarily block this release. Note that historically
> Spark documentation has been published on the website separately from the
> main release so we do not need to block the release due to documentation
> errors either.
>

---------------------------------------------------------------------
To unsubscribe e-mail: dev-unsubscr...@spark.apache.org

Reply via email to