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 9A84411C05 for ; Thu, 21 Aug 2014 10:18:36 +0000 (UTC) Received: (qmail 83461 invoked by uid 500); 21 Aug 2014 10:18:36 -0000 Delivered-To: apmail-spark-dev-archive@spark.apache.org Received: (qmail 83407 invoked by uid 500); 21 Aug 2014 10:18:35 -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 83396 invoked by uid 99); 21 Aug 2014 10:18:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Aug 2014 10:18:35 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sowen@cloudera.com designates 209.85.213.169 as permitted sender) Received: from [209.85.213.169] (HELO mail-ig0-f169.google.com) (209.85.213.169) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Aug 2014 10:18:10 +0000 Received: by mail-ig0-f169.google.com with SMTP id r2so12498660igi.2 for ; Thu, 21 Aug 2014 03:18:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=MrxzsyhGvBDAF6CGCx16DMshNucVNuH25Zy9Hyzp6YE=; b=L8Qgbc6/RgHGSRXv+YrjQKzxwrKujJI47Ldxfc4V12j7DYkZnw0aLM1P61EN454+eJ n3EvfTGOp3TzxTwAXMdwFHOXL72bNJmcVaD5jhsTSNX1FChfM8uwTKXEyyGrracr2oGk 08DDQA6j8+4TBKRH5UV4/fH3xkRJt8SMjma+MXJC+Nn16LgXQsjDO4vPZ8gMSE2Uer79 JW0QcYNp+MeT7krMZLZShh15J0yEr1Ss5yQlbRp0SNfU7HW1b7dp+Y1+/D3QPTKBL2iZ X3DsMwc8eRrksuvxsR1wkm0KrZ35Ryy6tAfjUQeSzEEkg+1y6nToYapiQc2KDLUqmjsy Ku3w== X-Gm-Message-State: ALoCoQkDKNBudKlPbjWPA/kpHRFp2w7cToCNWDYEGo9QlUWU0W2z+0ySXpUSEdlpinm4p8LQyK/Q X-Received: by 10.42.126.82 with SMTP id d18mr40044ics.88.1408616288861; Thu, 21 Aug 2014 03:18:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.11.37 with HTTP; Thu, 21 Aug 2014 03:17:48 -0700 (PDT) In-Reply-To: References: From: Sean Owen Date: Thu, 21 Aug 2014 11:17:48 +0100 Message-ID: Subject: Re: is Branch-1.1 SBT build broken for yarn-alpha ? To: Chester Chen Cc: "dev@spark.apache.org" Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Maven is just telling you that there is no version 1.1.0 of yarn-parent, and indeed, it has not been released. To build the branch you would need to "mvn install" to compile and make available local copies of artifacts along the way. (You may have these for 1.1.0-SNAPSHOT locally already). Use Maven, not SBT, for building releases. On Thu, Aug 21, 2014 at 12:39 AM, Chester Chen wrote: > *[FATAL] Non-resolvable parent POM: Could not find artifact > org.apache.spark:yarn-parent_2.10:pom:1.1.0 in central ( > http://repo.maven.apache.org/maven2 ) > and 'parent.relativePath' points at wrong local POM @ line 20, column 11* --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org For additional commands, e-mail: dev-help@spark.apache.org