Return-Path: X-Original-To: apmail-spark-dev-archive@minotaur.apache.org Delivered-To: apmail-spark-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 88CE718CEA for ; Fri, 26 Jun 2015 20:27:55 +0000 (UTC) Received: (qmail 80226 invoked by uid 500); 26 Jun 2015 20:27:54 -0000 Delivered-To: apmail-spark-dev-archive@spark.apache.org Received: (qmail 80139 invoked by uid 500); 26 Jun 2015 20:27:53 -0000 Mailing-List: contact dev-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@spark.apache.org Received: (qmail 80128 invoked by uid 99); 26 Jun 2015 20:27:53 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jun 2015 20:27:53 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 3D9BCC0338 for ; Fri, 26 Jun 2015 20:27:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.791 X-Spam-Level: * X-Spam-Status: No, score=1.791 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-1.108, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id J8uCM_3dJUys for ; Fri, 26 Jun 2015 20:27:51 +0000 (UTC) Received: from mail-ie0-f171.google.com (mail-ie0-f171.google.com [209.85.223.171]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id F33CA2D935 for ; Fri, 26 Jun 2015 20:27:50 +0000 (UTC) Received: by ieqy10 with SMTP id y10so83091829ieq.0 for ; Fri, 26 Jun 2015 13:27:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=SqKqRndXe+xzoGhmCJEKRGDvsa9cAlIvQYebUFJS+/8=; b=g/0Mzyy7zhrbNDsFglBhhxbOf/K2J8rGdemfm+D0E4zNjfJgJ5bFnSsk+4LbHtB7bY Z7+AVufh51yFoUHp1Ch2rR8uhHgIVqD9684E0xQ3S+sH+iAcTE4MIOwzowTqppgeFsFp SzJdL8jvlTo+fcyMECOBc6p4/jvkIav/ftcW2BIpqR4r5vrSe91j2EKbhJ9n/Kl4lC5m J/IkcSFNSX+sEg2rkvpzGep/8Z4xZiovS9DYQ7qK/K5uWTnUSF2Cm5C2d9AdvzkykhB8 hi48A9ui2g688uLzBgCtpeJafoqm4oAKNesJL83zl5oEbLwBbWS9u0J7LI+GbC3KTVbU l3Qw== MIME-Version: 1.0 X-Received: by 10.50.136.134 with SMTP id qa6mr5793995igb.26.1435350469961; Fri, 26 Jun 2015 13:27:49 -0700 (PDT) Received: by 10.36.88.206 with HTTP; Fri, 26 Jun 2015 13:27:49 -0700 (PDT) In-Reply-To: References: Date: Fri, 26 Jun 2015 13:27:49 -0700 Message-ID: Subject: Re: [VOTE] Release Apache Spark 1.4.1 From: Ted Yu To: Patrick Wendell Cc: "dev@spark.apache.org" Content-Type: multipart/alternative; boundary=089e0141a8dce3f145051971922e --089e0141a8dce3f145051971922e Content-Type: text/plain; charset=UTF-8 I got the following when running test suite: [INFO] compiler plugin: BasicArtifact(org.scalamacros,paradise_2.10.4,2.0.1,null) ^[[0m[^[[0minfo^[[0m] ^[[0mCompiling 2 Scala sources and 1 Java source to /home/hbase/spark-1.4.1/streaming/target/scala-2.10/test-classes...^[[0m ^[[0m[^[[31merror^[[0m] ^[[0m/home/hbase/spark-1.4.1/streaming/src/test/scala/org/apache/spark/streaming/DStreamClosureSuite.scala:82: not found: type TestException^[[0m ^[[0m[^[[31merror^[[0m] ^[[0m throw new TestException(^[[0m ^[[0m[^[[31merror^[[0m] ^[[0m ^^[[0m ^[[0m[^[[31merror^[[0m] ^[[0m/home/hbase/spark-1.4.1/streaming/src/test/scala/org/apache/spark/streaming/scheduler/JobGeneratorSuite.scala:73: not found: type TestReceiver^[[0m ^[[0m[^[[31merror^[[0m] ^[[0m val inputStream = ssc.receiverStream(new TestReceiver)^[[0m ^[[0m[^[[31merror^[[0m] ^[[0m ^^[[0m ^[[0m[^[[31merror^[[0m] ^[[0mtwo errors found^[[0m ^[[0m[^[[31merror^[[0m] ^[[0mCompile failed at Jun 25, 2015 5:12:24 PM [1.492s]^[[0m Has anyone else seen similar error ? Thanks On Tue, Jun 23, 2015 at 10:37 PM, Patrick Wendell wrote: > Please vote on releasing the following candidate as Apache Spark version > 1.4.1! > > This release fixes a handful of known issues in Spark 1.4.0, listed here: > http://s.apache.org/spark-1.4.1 > > The tag to be voted on is v1.4.1-rc1 (commit 60e08e5): > https://git-wip-us.apache.org/repos/asf?p=spark.git;a=commit;h= > 60e08e50751fe3929156de956d62faea79f5b801 > > The release files, including signatures, digests, etc. can be found at: > http://people.apache.org/~pwendell/spark-releases/spark-1.4.1-rc1-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: > [published as version: 1.4.1] > https://repository.apache.org/content/repositories/orgapachespark-1118/ > [published as version: 1.4.1-rc1] > https://repository.apache.org/content/repositories/orgapachespark-1119/ > > The documentation corresponding to this release can be found at: > http://people.apache.org/~pwendell/spark-releases/spark-1.4.1-rc1-docs/ > > Please vote on releasing this package as Apache Spark 1.4.1! > > The vote is open until Saturday, June 27, at 06:32 UTC and passes > if a majority of at least 3 +1 PMC votes are cast. > > [ ] +1 Release this package as Apache Spark 1.4.1 > [ ] -1 Do not release this package because ... > > To learn more about Apache Spark, please see > http://spark.apache.org/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org > For additional commands, e-mail: dev-help@spark.apache.org > > --089e0141a8dce3f145051971922e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I got the following when running test suite:

=
[INFO] compiler plugin: BasicArtifact(org.scalamacros,paradise_2.10.4,= 2.0.1,null)
^[[0m[^[[0minfo^[[0m] ^[[0mCompiling 2 Scala sources = and 1 Java source to /home/hbase/spark-1.4.1/streaming/target/scala-2.10/te= st-classes...^[[0m
^[[0m[^[[31merror^[[0m] ^[[0m/home/hbase/spark= -1.4.1/streaming/src/test/scala/org/apache/spark/streaming/DStreamClosureSu= ite.scala:82: not found: type TestException^[[0m
^[[0m[^[[31merro= r^[[0m] ^[[0m =C2=A0 =C2=A0 =C2=A0 =C2=A0throw new TestException(^[[0m
^[[0m[^[[31merror^[[0m] ^[[0m =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0^^[[0m
^[[0m[^[[31merror^[[0m] ^[[0m/home= /hbase/spark-1.4.1/streaming/src/test/scala/org/apache/spark/streaming/sche= duler/JobGeneratorSuite.scala:73: not found: type TestReceiver^[[0m
^[[0m[^[[31merror^[[0m] ^[[0m =C2=A0 =C2=A0 =C2=A0val inputStream =3D ss= c.receiverStream(new TestReceiver)^[[0m
^[[0m[^[[31merror^[[0m] ^= [[0m =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 ^^[[0m
^[[0m[^[[31merror^[[0m] ^[[0mtwo errors = found^[[0m
^[[0m[^[[31merror^[[0m] ^[[0mCompile failed at Jun 25,= 2015 5:12:24 PM [1.492s]^[[0m

Has any= one else seen similar error ?

Thanks

On Tue, Jun 23, 201= 5 at 10:37 PM, Patrick Wendell <pwendell@gmail.com> wrote:<= br>
Please vote on releasing the following ca= ndidate as Apache Spark version 1.4.1!

This release fixes a handful of known issues in Spark 1.4.0, listed here: http://s.apache.org/spark-1.4.1

The tag to be voted on is v1.4.1-rc1 (commit 60e08e5):
https://git-wip-us.apache.org/r= epos/asf?p=3Dspark.git;a=3Dcommit;h=3D
60e08e50751fe3929156de956d62faea79f5b801

The release files, including signatures, digests, etc. can be found at:
http://people.apache.org/~pwen= dell/spark-releases/spark-1.4.1-rc1-bin/

Release artifacts are signed with the following key:
https://people.apache.org/keys/committer/pwende= ll.asc

The staging repository for this release can be found at:
[published as version: 1.4.1]
https://repository.apache.org= /content/repositories/orgapachespark-1118/
[published as version: 1.4.1-rc1]
https://repository.apache.org= /content/repositories/orgapachespark-1119/

The documentation corresponding to this release can be found at:
http://people.apache.org/~pwe= ndell/spark-releases/spark-1.4.1-rc1-docs/

Please vote on releasing this package as Apache Spark 1.4.1!

The vote is open until Saturday, June 27, at 06:32 UTC and passes
if a majority of at least 3 +1 PMC votes are cast.

[ ] +1 Release this package as Apache Spark 1.4.1
[ ] -1 Do not release this package because ...

To learn more about Apache Spark, please see
h= ttp://spark.apache.org/

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


--089e0141a8dce3f145051971922e--