ywcb00 commented on a change in pull request #1487:
URL: https://github.com/apache/systemds/pull/1487#discussion_r772420285
##########
File path: src/main/java/org/apache/sysds/api/DMLScript.java
##########
@@ -461,7 +462,9 @@ public static void setGlobalFlags(DMLConfig dmlconf) {
if(DMLScript.GPU_MEMORY_UTILIZATION_FACTOR < 0) {
throw new RuntimeException("Incorrect value (" +
DMLScript.GPU_MEMORY_UTILIZATION_FACTOR + ") for the configuration:" +
DMLConfig.GPU_MEMORY_UTILIZATION_FACTOR);
}
-
+
+ DMLScript.USE_LOCAL_SPARK_CONFIG |=
dmlconf.getBooleanValue(DMLConfig.USE_LOCAL_SPARK_CONFIG);
Review comment:
@mboehm7 Is this resolving the problem with the tests you mentioned in
#1421 ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]