kkhatua commented on a change in pull request #1656: DRILL-7056: Drill fails
with NPE when starting in distributed mode & …
URL: https://github.com/apache/drill/pull/1656#discussion_r261766034
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/server/Drillbit.java
##########
@@ -561,4 +562,9 @@ private static String stripQuotes(final String s, final
String systemProp) {
// return as-is
return s;
}
+
+ // Only for testing purposes (DRILL-7056)
+ public File getWebServerTempDirPath() {
Review comment:
Done.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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