mirror of https://github.com/apache/druid.git
change backtick() and fix broken links (#9550)
This commit is contained in:
parent
2bc29543e5
commit
57018adf23
|
@ -24,7 +24,7 @@ setups of Druid.
|
|||
## Project SDK
|
||||
|
||||
The "SDK", configured for the Druid project, *must* be called `1.8`, to avoid annoying changes of
|
||||
[.idea/misc.xml](`.idea/misc.xml`) file, that you shouldn't check into your commits. If you don't have an SDK on your
|
||||
[`.idea/misc.xml`](/.idea/misc.xml) file, that you shouldn't check into your commits. If you don't have an SDK on your
|
||||
dev machine with this name, you should either rename one of the existing SDKs to `1.8`, or create another one with this
|
||||
name, and it could point to the same files as some other existing SDK, even if it's actually JDK 9+. `1.8` is just
|
||||
an alias name. You can do this in Using `File` -> `Project Structure...` -> `Platform Settings` -> `SDKs`
|
||||
|
@ -46,7 +46,7 @@ This also assumes you have [ZooKeeper](http://zookeeper.apache.org/releases.html
|
|||
Before running the apps, you should do a `mvn clean install -DskipTests` in the Druid source in order to make sure directories are populated correctly.
|
||||
|
||||
## XML App Def
|
||||
You can configure application definitions in XML for import into IntelliJ. Below are a few examples. These should be placed in an XML file in [.idea/runConfigurations](.idea/runConfigurations) in the Druid source code.
|
||||
You can configure application definitions in XML for import into IntelliJ. Below are a few examples. These should be placed in an XML file in `.idea/runConfigurations` in the Druid source code.
|
||||
|
||||
### Historical.xml
|
||||
```xml
|
||||
|
|
|
@ -84,7 +84,7 @@ active:
|
|||
|
||||
8. Press the `Apply` button, then `OK` to exit the inspection preferences.
|
||||
|
||||
9. If you did everything right, file `.idea/inspectionProfiles/Druid.xml` should be updated with a new
|
||||
9. If you did everything right, file [`.idea/inspectionProfiles/Druid.xml`](/.idea/inspectionProfiles/Druid.xml) should be updated with a new
|
||||
`searchConfiguration` entry, in this example case, the following:
|
||||
```xml
|
||||
<searchConfiguration name="Use Map.putIfAbsent() instead of containsKey() + put()" text="if (!$m$.containsKey($k$)) { $m$.put($k$, $v$); }" recursive="true" caseInsensitive="true" type="JAVA">
|
||||
|
|
Loading…
Reference in New Issue