Skip to content

Commit a5d39f4

Browse files
author
Rob Rudin
committed
Fixing up custom-forests sample project - the forest directory name was wrong
1 parent 8446df1 commit a5d39f4

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.gradle
2+
build

examples/custom-forests-and-replicas-project/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ mlRestPort=8013
44
mlUsername=admin
55
mlPassword=admin
66
mlContentForestsPerHost=1
7+
mlNoRestServer=true
78

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"forest-name": "custom-forest-example-content-custom-1",
4+
"enabled": true,
5+
"database": "%%DATABASE%%"
6+
},
7+
{
8+
"forest-name": "custom-forest-example-content-custom-2",
9+
"enabled": true,
10+
"database": "%%DATABASE%%"
11+
}
12+
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"forest-name": "custom-forest-example-content-custom-3",
3+
"enabled": true,
4+
"database": "%%DATABASE%%"
5+
}

examples/custom-forests-and-replicas-project/src/main/ml-config/forests/custom-forests-example-content/custom-forests.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

examples/custom-forests-and-replicas-project/src/main/ml-config/forests/custom-forests-example-content/single-custom-forest.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)