Skip to content

Commit b27a79a

Browse files
committed
GEODE-194: Remove spark connector
Remove the spark connector code until it can be updated for the current spark release. We should also integrate the build lifecycle and consider how to extract this into a separate repo. This closes apache#558
1 parent 0abaf49 commit b27a79a

File tree

99 files changed

+0
-10182
lines changed

Some content is hidden

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

99 files changed

+0
-10182
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,4 @@ out/
2525
*.dat
2626
*.rej
2727
*.orig
28-
geode-spark-connector/**/target/
29-
geode-spark-connector/project/project/
3028
geode-pulse/screenshots/

geode-assembly/build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,6 @@ distributions {
275275
exclude '**/gradle/wrapper/gradle-wrapper.jar'
276276
exclude '**/.gradle'
277277
exclude '**/build/**'
278-
exclude 'geode-spark-connector/**/target/**'
279-
exclude 'geode-spark-connector/project/project'
280278
exclude '**/.project'
281279
exclude '**/.classpath'
282280
exclude '**/.settings/**'

geode-spark-connector/.gitignore

-1
This file was deleted.

geode-spark-connector/README.md

-32
This file was deleted.

geode-spark-connector/doc/10_demos.md

-84
This file was deleted.

geode-spark-connector/doc/1_building.md

-35
This file was deleted.

geode-spark-connector/doc/2_quick.md

-178
This file was deleted.

0 commit comments

Comments
 (0)