gianm commented on a change in pull request #7590:
URL: https://github.com/apache/druid/pull/7590#discussion_r418175612



##########
File path: examples/bin/run-druid
##########
@@ -34,7 +34,7 @@ else
   CONFDIR="$2"
 fi
 
-CONFDIR="$(cd "$CONFDIR" && pwd)/druid"
+CONFDIR="$(cd "$CONFDIR" && pwd)"

Review comment:
       Hi @knoguchi,
   
   It was changed to comport with the new directory structure in this patch, 
where we ship with multiple potential configurations for various sizes of 
servers. (It no longer makes sense to add `/druid` to the conf dir, since we 
provide the full path to a Druid-specific conf dir in the supervise configs.)
   
   I think we should have noted this in the release notes, though.




----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to