Class | Description |
---|---|
CheckerUtils |
Class for common methods used by integration checkers.
|
HiveIntegrationChecker |
Some Hive queries to test the integration of Hive with Alluxio.
|
HiveIntegrationChecker.ModeConverter |
Converts input string USER_MODE to enum Mode.
|
MapReduceIntegrationChecker |
A MapReduce job to test the integration of MapReduce with Alluxio.
|
MapReduceIntegrationChecker.CheckerMapper |
In each mapper node, we will check whether this node can recognize
Alluxio classes and filesystem.
|
MapReduceIntegrationChecker.CheckerReducer |
In each reducer node, we will combine the IP addresses that have the same Status.
|
SparkIntegrationChecker |
The Spark integration checker includes a Spark job to test the integration of Spark with Alluxio.
|
Enum | Description |
---|---|
CheckerUtils.Status |
The performIntegrationChecks results.
|
HiveIntegrationChecker.Mode |
Hive and Alluxio integration mode.
|
Copyright © 2023. All Rights Reserved.