Skip to content

Commit

Permalink
[SW-2150] Remove subproject apps-streaming (#2015)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubhava committed Apr 2, 2020
1 parent 58ef9e9 commit 737717a
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 198 deletions.
74 changes: 0 additions & 74 deletions apps/streaming/README.rst

This file was deleted.

20 changes: 0 additions & 20 deletions apps/streaming/build.gradle

This file was deleted.

12 changes: 0 additions & 12 deletions apps/streaming/socket_send_spark.py

This file was deleted.

65 changes: 0 additions & 65 deletions apps/streaming/src/main/scala/ai/h2o/PipelineDemo.scala

This file was deleted.

23 changes: 0 additions & 23 deletions apps/streaming/src/main/scala/ai/h2o/RandomEvent.scala

This file was deleted.

1 change: 0 additions & 1 deletion build.gradle
Expand Up @@ -62,7 +62,6 @@ ext {
project(':sparkling-water-core'),
project(':sparkling-water-examples'),
project(':sparkling-water-ml'),
project(':sparkling-water-app-streaming'),
project(':sparkling-water-package'),
project(':sparkling-water-benchmarks'),
project(':sparkling-water-macros'),
Expand Down
3 changes: 0 additions & 3 deletions settings.gradle
Expand Up @@ -25,8 +25,5 @@ include 'kubernetes'

// Prefix all projects with sparkling-water name
rootProject.children.each { project ->
if (project.name.startsWith("app-")) {
project.projectDir = new File(settingsDir, "apps/" + project.name.replaceAll("app-", ""))
}
project.name = rootProject.name + "-" + project.name
}

0 comments on commit 737717a

Please sign in to comment.