mirror of https://github.com/apache/druid.git
trial
This commit is contained in:
parent
d75dcea4dc
commit
0bcfec4c53
|
@ -501,15 +501,18 @@
|
||||||
<arguments>
|
<arguments>
|
||||||
<argument>-classpath</argument>
|
<argument>-classpath</argument>
|
||||||
<classpath/>
|
<classpath/>
|
||||||
<argument>-Dquidem.uri=Xa</argument>
|
<argument>-Dquidem.uriXXX=Xa</argument>
|
||||||
|
<!-- <argument>-Xdebug</argument> -->
|
||||||
|
<!-- <argument>-Xdebug</argument> -->
|
||||||
|
<!-- <argument>-Xrunjdwp:server=y,transport=dt_socket,address=4000,suspend=y</argument> -->
|
||||||
<argument>org.apache.druid.quidem.Launcher</argument>
|
<argument>org.apache.druid.quidem.Launcher</argument>
|
||||||
</arguments>
|
</arguments>
|
||||||
<systemProperties>
|
<systemProperties>
|
||||||
<projectProperties />
|
<projectProperties />
|
||||||
<systemProperty>
|
<systemProperty>
|
||||||
<key>quidem.uri</key>
|
<key>quidem.uri1</key>
|
||||||
<value>myvalue</value>
|
<value>myvalue</value>
|
||||||
</systemProperty>
|
</systemProperty>
|
||||||
</systemProperties>
|
</systemProperties>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue