We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7807183 commit 0a9e2baCopy full SHA for 0a9e2ba
server/src/main/java/org/elasticsearch/bootstrap/Elasticsearch.java
@@ -97,6 +97,9 @@ public static void main(final String[] args) {
97
assert bootstrap != null;
98
99
try {
100
+ if (true){
101
+ throw new IllegalStateException("Elasticsearch is not supported in this environment");
102
+ }
103
initPhase2(bootstrap);
104
initPhase3(bootstrap);
105
} catch (NodeValidationException e) {
0 commit comments