You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ji...@apache.org on 2018/06/29 16:37:37 UTC

[geode] branch develop updated: GEODE-5339: removing the unnecessary property files in pulse main resource module (#2073)

This is an automated email from the ASF dual-hosted git repository.

jinmeiliao pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 213ae23  GEODE-5339: removing the unnecessary property files in pulse main resource module (#2073)
213ae23 is described below

commit 213ae23c5789a47defac957959c6f19ae6d0263e
Author: jinmeiliao <ji...@pivotal.io>
AuthorDate: Fri Jun 29 09:37:31 2018 -0700

    GEODE-5339: removing the unnecessary property files in pulse main resource module (#2073)
---
 geode-pulse/build.gradle                          |  9 -----
 geode-pulse/src/main/resources/gemfire.properties | 46 ----------------------
 geode-pulse/src/main/resources/sqlfire.properties | 47 -----------------------
 3 files changed, 102 deletions(-)

diff --git a/geode-pulse/build.gradle b/geode-pulse/build.gradle
index f34cf64..21e8df2 100755
--- a/geode-pulse/build.gradle
+++ b/geode-pulse/build.gradle
@@ -18,15 +18,6 @@ import org.apache.geode.gradle.TestPropertiesWriter
  */
 apply plugin: 'war'
 
-sourceSets {
-  main {
-    resources {
-      exclude('**/gemfire*.properties')
-      exclude('**/sqlfire.properties')
-    }
-  }
-}
-
 dependencies {
   compile 'org.springframework:spring-beans:' + project.'springframework.version'
 
diff --git a/geode-pulse/src/main/resources/gemfire.properties b/geode-pulse/src/main/resources/gemfire.properties
deleted file mode 100644
index 99b6d1e..0000000
--- a/geode-pulse/src/main/resources/gemfire.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-#
-# /*
-#  * Licensed to the Apache Software Foundation (ASF) under one or more
-#  * contributor license agreements.  See the NOTICE file distributed with
-#  * this work for additional information regarding copyright ownership.
-#  * The ASF licenses this file to You under the Apache License, Version 2.0
-#  * (the "License"); you may not use this file except in compliance with
-#  * the License.  You may obtain a copy of the License at
-#  *
-#  *      http://www.apache.org/licenses/LICENSE-2.0
-#  *
-#  * Unless required by applicable law or agreed to in writing, software
-#  * distributed under the License is distributed on an "AS IS" BASIS,
-#  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  * See the License for the specific language governing permissions and
-#  * limitations under the License.
-#  */
-#
-
-# All properties for GemFire are to be added here.
-# No property to repeat from default file
-pulse-writeputpersec-custom=Write/Sec.
-pulse-readgetpersec-custom=Read/Sec.
-pulse-writes-custom=Writes
-pulse-reads-custom=Reads
-pulse-monitoring-custom=images/pulse-monitoring.png
-pulse-aboutimg-custom=images/about-geode.png
-pulse-about-custom=The Pulse tool monitors Apache Geode&#0169; system in real time. It provides health information, detailed operational and configuration data, system alerts, throughput performance and statistics for system members and connected clients.
-pulse-regionstableCaps-custom=Regions
-pulse-rtSummaryBySize-custom=Regions Summary - By Entry Count
-pulse-regionstablePath-custom=Region Path:&nbsp;
-pulse-regionstableType-custom=Region Type:&nbsp;
-pulse-regionstableMembers-custom=Region Members
-pulse-memberRegionsTables-custom=Member Regions
-pulse-regionstableInvolved-custom=Regions Involved
-pulse-regiontabletooltip-custom=Regions
-pulse-writesRate-custom=Writes Rate
-pulse-readsRate-custom=Reads Rate
-pulse-regiontablePathColName-custom=Region Path
-pulse-regiontableName-custom=Region Name
-pulse-regionMemoryUsage-custom=Memory Usage
-pulse-regionDiskReadsWrites-custom=Disk Reads/Writes
-pulse-regionMemoryReadsWrites-custom=Reads/Writes
-pulse-entrysize-custom=Entry Size
-pulse-entrycount-custom=Entry Count
-pulse-functionprocedureCaps-custom=Functions
diff --git a/geode-pulse/src/main/resources/sqlfire.properties b/geode-pulse/src/main/resources/sqlfire.properties
deleted file mode 100644
index 96fcd48..0000000
--- a/geode-pulse/src/main/resources/sqlfire.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-#
-# /*
-#  * Licensed to the Apache Software Foundation (ASF) under one or more
-#  * contributor license agreements.  See the NOTICE file distributed with
-#  * this work for additional information regarding copyright ownership.
-#  * The ASF licenses this file to You under the Apache License, Version 2.0
-#  * (the "License"); you may not use this file except in compliance with
-#  * the License.  You may obtain a copy of the License at
-#  *
-#  *      http://www.apache.org/licenses/LICENSE-2.0
-#  *
-#  * Unless required by applicable law or agreed to in writing, software
-#  * distributed under the License is distributed on an "AS IS" BASIS,
-#  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  * See the License for the specific language governing permissions and
-#  * limitations under the License.
-#  */
-#
-
-# All properties for SQLFire are to be added here.
-# No property to repeat from default file
-pulse-writeputpersec-custom=Put/Sec.
-pulse-readgetpersec-custom=Get/Sec.
-pulse-writes-custom=Writes
-pulse-reads-custom=Reads
-pulse-monitoring-custom=images/sqlfire.png
-pulse-aboutimg-custom=images/about-sqlfire.png
-pulse-help-custom=http://pubs.vmware.com/vfabricNoSuite/topic/com.vmware.vfabric.gemfire.7.0/tools_modules/pulse/chapter_overview.html
-pulse-about-custom=The Pulse tool monitors vFabric&#0153; SQLFire&#0169; system in real time. It provides health information, detailed operational and configuration data, system alerts, throughput performance and statistics for system members and connected clients.
-pulse-regionstableCaps-custom=Tables
-pulse-rtSummaryBySize-custom=Tables Summary - By Row Count
-pulse-regionstablePath-custom=Table Path:&nbsp;
-pulse-regionstableType-custom=Table Type:&nbsp;
-pulse-regionstableMembers-custom=Table Members
-pulse-memberRegionsTables-custom=Member Tables
-pulse-regionstableInvolved-custom=Tables Involved
-pulse-regiontabletooltip-custom=Tables
-pulse-writesRate-custom=Puts Rate
-pulse-readsRate-custom=Gets Rate
-pulse-regiontablePathColName-custom=Table Path
-pulse-regiontableName-custom=Table Name
-pulse-regionMemoryUsage-custom=Memory Usage
-pulse-regionDiskReadsWrites-custom=Disk Reads/Writes
-pulse-regionMemoryReadsWrites-custom=Reads/Writes
-pulse-entrysize-custom=Table Size
-pulse-entrycount-custom=Row Count
-pulse-functionprocedureCaps-custom=Procedures
\ No newline at end of file