taegeonum commented on a change in pull request #203: [NEMO-360] Implementing
an 'XGBoostPolicy'
URL: https://github.com/apache/incubator-nemo/pull/203#discussion_r269930761
##########
File path: client/src/main/java/org/apache/nemo/client/JobLauncher.java
##########
@@ -122,6 +123,7 @@ public static void main(final String[] args) throws
Exception {
*/
public static void setup(final String[] args) throws InjectionException,
ClassNotFoundException, IOException {
// Get Job and Driver Confs
+ LOG.info("Project Root Path: {}", Util.fetchProjectRootPath());
Review comment:
Does this always return the correct root path? Wouldn't it be better to set
`NEMO_HOME` variable and fetch it?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services