Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit 46cd790

Browse files
committed
#25 introduced logging config for chronixrdd
1 parent 4fdb9a5 commit 46cd790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chronix-spark-ts-rdd/src/test/java/de/qaware/chronix/spark/api/java/SparkTestConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public enum Profile {
6565
private static JavaSparkContext jsc;
6666

6767
static {
68-
System.setProperty(CONFIG_PROPERTY, Profile.LOCAL.name());
68+
System.setProperty(CONFIG_PROPERTY, Profile.IN_PROCESS.name());
6969
}
7070

7171
public static JavaSparkContext createSparkContext() {

0 commit comments

Comments
 (0)