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 E2947200B33 for ; Wed, 15 Jun 2016 02:07:28 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E11F3160A62; Wed, 15 Jun 2016 00:07:28 +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 318F0160A5F for ; Wed, 15 Jun 2016 02:07:28 +0200 (CEST) Received: (qmail 83446 invoked by uid 500); 15 Jun 2016 00:07:22 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 83358 invoked by uid 99); 15 Jun 2016 00:07:22 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2016 00:07:22 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id D0119C215B for ; Wed, 15 Jun 2016 00:07:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 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=-1.426] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id i7hFiSwaRdIy for ; Wed, 15 Jun 2016 00:07:21 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with SMTP id 3ECA05FB9E for ; Wed, 15 Jun 2016 00:07:20 +0000 (UTC) Received: (qmail 83229 invoked by uid 99); 15 Jun 2016 00:07:19 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2016 00:07:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1E2B4E094C; Wed, 15 Jun 2016 00:07:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hiteshkhamesra@apache.org To: commits@geode.incubator.apache.org Date: Wed, 15 Jun 2016 00:08:31 -0000 Message-Id: In-Reply-To: <60f2027f4d98435cba2ee6ef29b9a036@git.apache.org> References: <60f2027f4d98435cba2ee6ef29b9a036@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [75/94] [abbrv] incubator-geode git commit: GEODE-1377: Fixing spark build issue due to rename of ConfigurationProperties archived-at: Wed, 15 Jun 2016 00:07:29 -0000 GEODE-1377: Fixing spark build issue due to rename of ConfigurationProperties Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/f8dd6cee Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/f8dd6cee Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/f8dd6cee Branch: refs/heads/feature/GEODE-1372 Commit: f8dd6ceea620c865c8bd5c5b5a018b6aa41a8a1e Parents: 1f74453 Author: Jason Huynh Authored: Fri Jun 10 08:08:41 2016 -0700 Committer: Jason Huynh Committed: Fri Jun 10 08:08:41 2016 -0700 ---------------------------------------------------------------------- .../io/pivotal/geode/spark/connector/JavaApiIntegrationTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f8dd6cee/geode-spark-connector/geode-spark-connector/src/it/java/ittest/io/pivotal/geode/spark/connector/JavaApiIntegrationTest.java ---------------------------------------------------------------------- diff --git a/geode-spark-connector/geode-spark-connector/src/it/java/ittest/io/pivotal/geode/spark/connector/JavaApiIntegrationTest.java b/geode-spark-connector/geode-spark-connector/src/it/java/ittest/io/pivotal/geode/spark/connector/JavaApiIntegrationTest.java index 1bae89b..cd326f8 100644 --- a/geode-spark-connector/geode-spark-connector/src/it/java/ittest/io/pivotal/geode/spark/connector/JavaApiIntegrationTest.java +++ b/geode-spark-connector/geode-spark-connector/src/it/java/ittest/io/pivotal/geode/spark/connector/JavaApiIntegrationTest.java @@ -17,7 +17,7 @@ package ittest.io.pivotal.geode.spark.connector; import com.gemstone.gemfire.cache.Region; -import com.gemstone.gemfire.distributed.DistributedSystemConfigProperties; +import com.gemstone.gemfire.distributed.ConfigurationProperties; import io.pivotal.geode.spark.connector.GeodeConnection; import io.pivotal.geode.spark.connector.GeodeConnectionConf; import io.pivotal.geode.spark.connector.GeodeConnectionConf$; @@ -58,7 +58,7 @@ public class JavaApiIntegrationTest extends JUnitSuite { public static void setUpBeforeClass() throws Exception { // start geode cluster, and spark context Properties settings = new Properties(); - settings.setProperty(DistributedSystemConfigProperties.CACHE_XML_FILE, "src/it/resources/test-retrieve-regions.xml"); + settings.setProperty(ConfigurationProperties.CACHE_XML_FILE, "src/it/resources/test-retrieve-regions.xml"); settings.setProperty("num-of-servers", Integer.toString(numServers)); int locatorPort = GeodeCluster$.MODULE$.start(settings);