Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 73169200BC8 for ; Wed, 23 Nov 2016 11:10:20 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 71BCD160AFD; Wed, 23 Nov 2016 10:10:20 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BCE3D160AFA for ; Wed, 23 Nov 2016 11:10:19 +0100 (CET) Received: (qmail 34239 invoked by uid 500); 23 Nov 2016 10:10:19 -0000 Mailing-List: contact commits-help@beam.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.incubator.apache.org Delivered-To: mailing list commits@beam.incubator.apache.org Received: (qmail 34227 invoked by uid 99); 23 Nov 2016 10:10:19 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Nov 2016 10:10:19 +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 93FD3C033B for ; Wed, 23 Nov 2016 10:10:18 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id N6F4mHUTdx0d for ; Wed, 23 Nov 2016 10:10:14 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id CC9E65F39A for ; Wed, 23 Nov 2016 10:10:13 +0000 (UTC) Received: (qmail 27790 invoked by uid 99); 23 Nov 2016 10:08:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Nov 2016 10:08:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9CEAF2C03DE for ; Wed, 23 Nov 2016 10:08:58 +0000 (UTC) Date: Wed, 23 Nov 2016 10:08:58 +0000 (UTC) From: =?utf-8?Q?Jean-Baptiste_Onofr=C3=A9_=28JIRA=29?= To: commits@beam.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (BEAM-470) Spark Runner does not send the job execution information into the Spark History Server MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 23 Nov 2016 10:10:20 -0000 [ https://issues.apache.org/jira/browse/BEAM-470?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D156896= 26#comment-15689626 ]=20 Jean-Baptiste Onofr=C3=A9 commented on BEAM-470: ------------------------------------------- Thanks for the update, it's what I thought. > Spark Runner does not send the job execution information into the Spark H= istory Server > -------------------------------------------------------------------------= ------------- > > Key: BEAM-470 > URL: https://issues.apache.org/jira/browse/BEAM-470 > Project: Beam > Issue Type: Improvement > Components: runner-spark > Affects Versions: 0.2.0-incubating > Reporter: Isma=C3=ABl Mej=C3=ADa > Priority: Minor > Fix For: Not applicable > > > If you run a Beam pipeline using the spark runner from spark (via spark-s= ubmit), the execution is registered in the spark-history-server if it is ac= tive and configured. > if you do this directly from a main method with --runner=3DSparkRunner (t= he beam way) the Beam runner does not report the execution to the history s= erver, it seems the issue is the runner does not take into account an exist= ing spark configuration file SPARK_HOME/conf/spark-defaults.conf (or there = is not a way to tell the runner to take such conf into account). -- This message was sent by Atlassian JIRA (v6.3.4#6332)