Return-Path: X-Original-To: apmail-spark-user-archive@minotaur.apache.org Delivered-To: apmail-spark-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 65B501008E for ; Fri, 13 Jun 2014 00:31:10 +0000 (UTC) Received: (qmail 22889 invoked by uid 500); 13 Jun 2014 00:31:09 -0000 Delivered-To: apmail-spark-user-archive@spark.apache.org Received: (qmail 22845 invoked by uid 500); 13 Jun 2014 00:31:09 -0000 Mailing-List: contact user-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@spark.apache.org Delivered-To: mailing list user@spark.apache.org Received: (qmail 22836 invoked by uid 99); 13 Jun 2014 00:31:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jun 2014 00:31:09 +0000 X-ASF-Spam-Status: No, hits=3.1 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of tathagata.das1565@gmail.com designates 209.85.220.170 as permitted sender) Received: from [209.85.220.170] (HELO mail-vc0-f170.google.com) (209.85.220.170) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jun 2014 00:31:05 +0000 Received: by mail-vc0-f170.google.com with SMTP id hy10so1591188vcb.29 for ; Thu, 12 Jun 2014 17:30:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=VghenasuFMVjbELuNaKi1Y3kbsrdBBgadKjZiKSaBp8=; b=pz/2WUdaSW6/3iJulRv/QqArz3iFHOIgeSzV9Xih6bTXDBnjXI0R5G9pxcpNvSu51O 3vSU0zSZ4Qtp7THvz4FJO5FA/q4FZ1l7+wt23x7GUCYMJ5P2z2mEihKBTp1najNnbBki +WquhOIdCfC2GmdWdQQQ90unwaVvDRj0L1tBYrhee+QdYR8FvNvc4547j2pG5gu28lAO VJZlX/vwelueP7KmRItDvQsX4hZjFWhwKvFfCQjM1+uQOkcXLLjjraJACOa8NeaTGAum DpsHvaFuw/NmqyjBoTpj/grLuReGXBiQSIkUj3L+Edjnz8z3Y9C6B8snBd+quiP5Mvf0 HUag== X-Received: by 10.58.56.71 with SMTP id y7mr8820219vep.24.1402619441511; Thu, 12 Jun 2014 17:30:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.118.9 with HTTP; Thu, 12 Jun 2014 17:30:11 -0700 (PDT) In-Reply-To: <1402600601119-7507.post@n3.nabble.com> References: <1402383526846-7306.post@n3.nabble.com> <1402600601119-7507.post@n3.nabble.com> From: Tathagata Das Date: Thu, 12 Jun 2014 17:30:11 -0700 Message-ID: Subject: Re: NullPointerException on reading checkpoint files To: user@spark.apache.org Cc: "user@spark.incubator.apache.org" Content-Type: multipart/alternative; boundary=047d7b3a9b7491043504fbacc9ca X-Virus-Checked: Checked by ClamAV on apache.org --047d7b3a9b7491043504fbacc9ca Content-Type: text/plain; charset=UTF-8 Are you using broadcast variables in the streaming program? That might be the cuase of this. As far as I can see, broadcast variables are probably not supported through restarts and checkpoints. TD On Thu, Jun 12, 2014 at 12:16 PM, Kiran wrote: > I am also seeing similar problem when trying to continue job using saved > checkpoint. Can somebody help in solving this problem? > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/NullPointerException-on-reading-checkpoint-files-tp7306p7507.html > Sent from the Apache Spark User List mailing list archive at Nabble.com. > --047d7b3a9b7491043504fbacc9ca Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Are you using broadcast variabl= es in the streaming program? That might be the cuase of this. As far as I c= an see, broadcast variables are probably not supported through restarts and= checkpoints.=C2=A0

TD



On Thu, Jun 12, 2014 at 12:16 PM, Kiran <kira= nkumarsmail@gmail.com> wrote:
I am also seeing similar problem when trying= to continue job using saved
checkpoint. Can somebody help in solving this problem?



--
View this message in context: http://apache-spark-user-list.1001560.n3.nabble= .com/NullPointerException-on-reading-checkpoint-files-tp7306p7507.html<= br>
Sent from the Apache Spark User Lis= t mailing list archive at Nabble.com.

--047d7b3a9b7491043504fbacc9ca--