Return-Path: X-Original-To: apmail-spark-reviews-archive@minotaur.apache.org Delivered-To: apmail-spark-reviews-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A23BF11BB7 for ; Wed, 24 Sep 2014 21:20:40 +0000 (UTC) Received: (qmail 92453 invoked by uid 500); 24 Sep 2014 21:20:40 -0000 Delivered-To: apmail-spark-reviews-archive@spark.apache.org Received: (qmail 92431 invoked by uid 500); 24 Sep 2014 21:20:40 -0000 Mailing-List: contact reviews-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@spark.apache.org Received: (qmail 92420 invoked by uid 99); 24 Sep 2014 21:20:40 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2014 21:20:40 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E77889A3DAA; Wed, 24 Sep 2014 21:20:39 +0000 (UTC) From: andrewor14 To: reviews@spark.apache.org Reply-To: reviews@spark.apache.org References: In-Reply-To: Subject: [GitHub] spark pull request: [SPARK-2098] All Spark processes should suppor... Content-Type: text/plain Message-Id: <20140924212039.E77889A3DAA@tyr.zones.apache.org> Date: Wed, 24 Sep 2014 21:20:39 +0000 (UTC) Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/2379#discussion_r18001377 --- Diff: core/src/main/scala/org/apache/spark/deploy/master/MasterArguments.scala --- @@ -83,7 +90,9 @@ private[spark] class MasterArguments(args: Array[String], conf: SparkConf) { " -i HOST, --ip HOST Hostname to listen on (deprecated, please use --host or -h) \n" + " -h HOST, --host HOST Hostname to listen on\n" + " -p PORT, --port PORT Port to listen on (default: 7077)\n" + - " --webui-port PORT Port for web UI (default: 8080)") + " --webui-port PORT Port for web UI (default: 8080)\n" + + " --properties-file FILE Path to a file from which to load extra properties. If not \n" + + " specified, this will look for conf/spark-defaults.conf.") --- End diff -- Same here, update wording as suggested elsewhere --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org For additional commands, e-mail: reviews-help@spark.apache.org