HdfsFixture unsupported; please set HADOOP HOME and put HADOOP HOME\bin in PATH – How to solve related issues

Opster Team

Dec-19, Version: 1.7-8.0

Before you begin reading this guide, we recommend you run Elasticsearch Error Check-Up which analyzes 2 JSON files to detect many errors.

To easily locate the root cause and resolve this issue try AutoOps for Elasticsearch & OpenSearch. It diagnoses problems by analyzing hundreds of metrics collected by a lightweight agent and offers guidance for resolving them.

This guide will help you check for common problems that cause the log ” HdfsFixture unsupported; please set HADOOP HOME and put HADOOP HOME\bin in PATH ” to appear. To understand the issues related to this log, read the explanation below about the following Elasticsearch concepts: repository-hdfsbuild.

Log Context

Log “HdfsFixture unsupported; please set HADOOP HOME and put HADOOP HOME\bin in PATH” classname is build.gradle.
We extracted the following from Elasticsearch source code for those seeking an in-depth context :

 
  // Only include the HA integration tests for the HA test task
  integTestHaRunner.patternSet.setIncludes(['**/Ha*TestSuiteIT.class'])
} else {
  if (legalPath) {
    logger.warn("hdfsFixture unsupported; please set HADOOP_HOME and put HADOOP_HOME\bin in PATH")
  } else {
    logger.warn("hdfsFixture unsupported since there are spaces in the path: '" + rootProject.rootDir.toString() + "'")
  }

  // The normal integration test runner will just test that the plugin loads

 

How helpful was this guide?

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

Analyze your cluster & get personalized recommendations

Skip to content