mirror of https://github.com/apache/druid.git
RemoteTaskActionClient: Fix http path
This commit is contained in:
parent
f38d7cf964
commit
952b8ce06b
|
@ -107,7 +107,7 @@ public class RemoteTaskActionClient implements TaskActionClient
|
|||
final String scheme;
|
||||
final String host;
|
||||
final int port;
|
||||
final String path = "/mmx/merger/v1/action";
|
||||
final String path = "/druid/indexer/v1/action";
|
||||
|
||||
if (instance == null) {
|
||||
throw new ISE("Cannot find instance of indexer to talk to!");
|
||||
|
|
Loading…
Reference in New Issue