Hi,
I am trying to contribute to elasticsearch for the first time.
After following instructions from CONTRIBUTING.md,
Here's what's done:
- JAVA_HOME is set to JDK 14
- The project is imported in Intellij 2020.1
- Docker is not set up yet
- Ran the command ./gradlew :run
However, the output logs stalls at line:
[INFO ][o.e.x.i.a.TransportPutLifecycleAction] [runTask-0] adding index lifecycle policy [ml-size-based-ilm-policy]
Here is the log file:
Additional information:
Gradle Version: 6.4.1
OS Info : Mac OS X 10.14.6 (x86_64)
JDK Version: 14 (Oracle JDK)
JAVA_HOME : /Library/Java/JavaVirtualMachines/jdk-14.jdk/Contents/Home
Random Testing Seed: A339F561FEBB215C
In FIPS 140 mode: false
Can someone please point out if I am missing something?