Skip to content

Commit 8c7c02e

Browse files
authored
Remove GemFire connector (#1561)
For the opensource snappy-connectors repository, the gemfire-connector module still depends on the closed-source Pivotal's Gemfire jar, so removed those references. It can be added back in future if the code in snappy-connectors repository is modified to support Apache Geode instead. Also added OSS versions of snappy-aqp and snappy-connectors repositories as submodules. Upgraded gradle to v5.6.4, the latest 5.x release. Fixed multiple test failures. Also moved common test cluster start/stop etc to new class ClusterUtils that also creates a separate directory for cluster instead of using the main snappy product directory Updated NOTICE, build. - fix snappy-nodes.sh script to work uniformly for both local and remote execution - updated year in LICENSE - also fixed occasional bulk write lock timeout - updated submodule links
1 parent f41ab40 commit 8c7c02e

73 files changed

Lines changed: 1286 additions & 1164 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
*.class
2-
aqp
3-
!core/**/aqp
42
benchmarking/
53
hydraLogs/
6-
snappy-connectors/
74
snappy-poc/
85
vm_*
96

.gitmodules

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@
1010
path = spark
1111
url = https://github.com/TIBCOSoftware/snappy-spark.git
1212
branch = snappy/branch-2.1
13-
13+
[submodule "aqp"]
14+
path = aqp
15+
url = https://github.com/TIBCOSoftware/snappy-aqp.git
16+
[submodule "snappy-connectors"]
17+
path = snappy-connectors
18+
url = https://github.com/TIBCOSoftware/snappy-connectors.git

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2017-2020. TIBCO Software Inc.
1+
Copyright (c) 2017-2021. TIBCO Software Inc.
22

33
Project SnappyData(TM) - Community Edition is licensed under the
44
Apache License, Version 2.0 (the "License"). You may not use the
@@ -80534,4 +80534,4 @@ Unless required by applicable law or agreed to in writing, software
8053480534
distributed under the License is distributed on an "AS IS" BASIS,
8053580535
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8053680536
See the License for the specific language governing permissions and
80537-
limitations under the License.
80537+
limitations under the License.

NOTICE

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SnappyData OSS Edition
22
Copyright 2018 and onwards SnappyData Inc.
33

44

5-
This is a comprehensive list of software libraries used by SnappyData in version 1.0.
5+
This is a comprehensive list of software libraries used by SnappyData in version 1.3.0.
66
More details on license types, license versions, and contributors can be found further down in this file
77

88
HikariCP-2.7.9.jar Apache V2: http://www.apache.org/licenses/LICENSE-2.0
@@ -186,6 +186,10 @@ libgemfirexd.dylib Apache V2: http://www.apache.org/licenses/LICENSE-2.0
186186
libgemfirexd.so Apache V2: http://www.apache.org/licenses/LICENSE-2.0
187187
libgemfirexd64.dylib Apache V2: http://www.apache.org/licenses/LICENSE-2.0
188188
libgemfirexd64.so Apache V2: http://www.apache.org/licenses/LICENSE-2.0
189+
libnative.dylib Apache V2: http://www.apache.org/licenses/LICENSE-2.0
190+
libnative.so Apache V2: http://www.apache.org/licenses/LICENSE-2.0
191+
libnative64.dylib Apache V2: http://www.apache.org/licenses/LICENSE-2.0
192+
libnative64.so Apache V2: http://www.apache.org/licenses/LICENSE-2.0
189193
libthrift-0.9.3.jar Apache V2: http://www.apache.org/licenses/LICENSE-2.0
190194
liquidFillGauge.js BSD: http://choosealicense.com/licenses/bsd-2-clause
191195
log4j-1.2.17.jar Apache V2: http://www.apache.org/licenses/LICENSE-2.0
@@ -259,6 +263,7 @@ snappy-spark-streaming_2.11-2.1.1.4.jar Apache V2: http://www.apache.org/licens
259263
snappy-spark-tags_2.11-2.1.1.4.jar Apache V2: http://www.apache.org/licenses/LICENSE-2.0
260264
snappy-spark-unsafe_2.11-2.1.1.4.jar Apache V2: http://www.apache.org/licenses/LICENSE-2.0
261265
snappy-spark-yarn_2.11-2.1.1.4.jar Apache V2: http://www.apache.org/licenses/LICENSE-2.0
266+
snappydata-aqp_2.11-1.0.2.1.jar Apache V2: http://www.apache.org/licenses/LICENSE-2.0
262267
snappydata-cluster_2.11-1.0.2.1.jar Apache V2: http://www.apache.org/licenses/LICENSE-2.0
263268
snappydata-core_2.11-1.0.2.1.jar Apache V2: http://www.apache.org/licenses/LICENSE-2.0
264269
snappydata-jdbc_2.11-1.0.2.1-only.jar Apache V2: http://www.apache.org/licenses/LICENSE-2.0
@@ -1005,7 +1010,7 @@ SECTION 1: BSD-STYLE, MIT-STYLE, OR SIMILAR STYLE LICENSES
10051010

10061011
SECTION 2: Apache License, V2.0
10071012

1008-
>>> hadoop-common-2.7.3
1013+
>>> hadoop-common-2.7.7
10091014
>>> swagger-ui-2.0.17
10101015

10111016

@@ -1175,7 +1180,7 @@ Copyright (C) 2006-2009 Dustin Sallings
11751180
Apache License, V2.0 is applicable to the following component(s).
11761181

11771182

1178-
>>> hadoop-common-2.7.3
1183+
>>> hadoop-common-2.7.7
11791184

11801185
Licensed under the Apache License, Version 2.0 (the "License");
11811186
you may not use this file except in compliance with the License.

aqp

Submodule aqp added at 7b7066b

0 commit comments

Comments
 (0)