This is an automated email from the ASF dual-hosted git repository. jeongyoon pushed a commit to branch 717-TGE in repository https://gitbox.apache.org/repos/asf/incubator-nemo.git
commit 6194605b6484229d3a7ca60da2f4a943e027c1b7 Author: Jeongyoon Eo <[email protected]> AuthorDate: Sun Mar 4 14:43:33 2018 +0900 Revert "[Minor] Correct default path for executor configuration (#797)" This reverts commit a887423ff035c66c03154568fe4ca3759238d89c. --- conf/src/main/java/edu/snu/nemo/conf/JobConf.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/src/main/java/edu/snu/nemo/conf/JobConf.java b/conf/src/main/java/edu/snu/nemo/conf/JobConf.java index 521990e..7120293 100644 --- a/conf/src/main/java/edu/snu/nemo/conf/JobConf.java +++ b/conf/src/main/java/edu/snu/nemo/conf/JobConf.java @@ -103,7 +103,7 @@ public final class JobConf extends ConfigurationModuleBuilder { * Path to the JSON file that specifies resource layout. */ @NamedParameter(doc = "Path to the JSON file that specifies resources for executors", short_name = "executor_json", - default_value = "examples/resources/sample_executor_resources.json") + default_value = "../resources/sample_executor_resources.json") public final class ExecutorJsonPath implements Name<String> { } -- To stop receiving notification emails like this one, please contact [email protected].
