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 6034917BFA for ; Fri, 8 May 2015 03:19:20 +0000 (UTC) Received: (qmail 46392 invoked by uid 500); 8 May 2015 03:19:16 -0000 Delivered-To: apmail-spark-user-archive@spark.apache.org Received: (qmail 46299 invoked by uid 500); 8 May 2015 03:19:16 -0000 Mailing-List: contact user-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list user@spark.apache.org Received: (qmail 46289 invoked by uid 99); 8 May 2015 03:19:16 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2015 03:19:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 1B850183A1D for ; Fri, 8 May 2015 03:19:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.898 X-Spam-Level: ** X-Spam-Status: No, score=2.898 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=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 2ZuGZiE0ijx2 for ; Fri, 8 May 2015 03:19:15 +0000 (UTC) Received: from mail-ig0-f175.google.com (mail-ig0-f175.google.com [209.85.213.175]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 1A04C43AF7 for ; Fri, 8 May 2015 03:19:15 +0000 (UTC) Received: by igbsb11 with SMTP id sb11so11085360igb.0 for ; Thu, 07 May 2015 20:19:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=yMLPdzEAIIvn31ionI98dxGjtRopBWfEHbbT63GADwc=; b=vTp45BdciTuMwU4FPGKbXdFXZDfr6Ml+zdt/F3G/gIPp39OsCguOaeuFIPvu/4Uhym O6gPID18M1cn58gLedSwEQ8tq4F3T6lGqueMSU7Wa1EaPpaCHwsG91vH0+nwuwkl9KnH qBgIl/XUynEUHQSQrzCZ1NZ4v8qZi+uoacCRwX76RxzMmmCbzEmgFlrymQKMtr9XcSg6 ULxQJEFWS+GEd9rQNx3oTCBE0u0rhy/POk116+FNi5mMMEWMBRs7QcvD0uaa7Mv14DQn CSdEyTKBnFWVTQm9BYRVK/IgbjpaiKhDDBufCo3Nxs6FltmJzsoDdFL7sJO/ntSXn2hV D4Dg== MIME-Version: 1.0 X-Received: by 10.43.151.83 with SMTP id kr19mr1891369icc.3.1431055154637; Thu, 07 May 2015 20:19:14 -0700 (PDT) Received: by 10.64.116.129 with HTTP; Thu, 7 May 2015 20:19:14 -0700 (PDT) Date: Fri, 8 May 2015 11:19:14 +0800 Message-ID: Subject: Is it possible to set the akka specify properties (akka.extensions) in spark From: Terry Hole To: "user@spark.apache.org" Content-Type: multipart/alternative; boundary=001a11c2fd9e2570fd0515897e20 --001a11c2fd9e2570fd0515897e20 Content-Type: text/plain; charset=UTF-8 Hi all, I'd like to monitor the akka using kamon, which need to set the akka.extension to a list like this in typesafe config format: akka { extensions = ["kamon.system.SystemMetrics", "kamon.statsd.StatsD"] } But i can not find a way to do this, i have tried these: 1. SparkConf.set("akka.extensions", """["kamon.system.SystemMetrics", "kamon.statsd.StatsD"]""") 2. use application.conf and set it use java option "-Dconfig.resource=/path/to/conf" 3. Set "akka.extensions ["kamon.system.SystemMetrics", "kamon.statsd.StatsD"]" in spark conf file None of these two works. Do we have others ways to set this? Thanks! --001a11c2fd9e2570fd0515897e20 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi all,

I'd like to monitor the akk= a using kamon, which need to set the akka.extension to a list like this in = typesafe config format:
=C2=A0 akka {
=C2=A0 =C2=A0 ext= ensions =3D ["kamon.system.SystemMetrics", "kamon.statsd.Sta= tsD"]
=C2=A0 }

But i can not find a= way to do this, i have tried these:
1. SparkConf.set("akka.= extensions", """["kamon.system.SystemMetrics"= , "kamon.statsd.StatsD"]""")
2. use appl= ication.conf and set it use java option "-Dconfig.resource=3D/path/to/= conf"
3. Set "akka.extensions ["kamon.system.Syste= mMetrics", "kamon.statsd.StatsD"]" in spark conf file

None of these two works.

D= o we have others ways to set this?

Thanks!=C2=A0
--001a11c2fd9e2570fd0515897e20--