- main(String[]) - Static method in class alluxio.checker.HiveIntegrationChecker
-
Main function will be triggered by hive-checker.sh.
- main(String[]) - Static method in class alluxio.checker.MapReduceIntegrationChecker
-
Main function will be triggered via hadoop jar.
- main(String[]) - Static method in class alluxio.checker.SparkIntegrationChecker
-
Main function will be triggered via spark-submit.
- map(Object, Object, Mapper<Object, Object, Text, Text>.Context) - Method in class alluxio.checker.MapReduceIntegrationChecker.CheckerMapper
-
Records the Status and IP address of each mapper task node.
- MapReduceIntegrationChecker - Class in alluxio.checker
-
A MapReduce job to test the integration of MapReduce with Alluxio.
- MapReduceIntegrationChecker() - Constructor for class alluxio.checker.MapReduceIntegrationChecker
-
- MapReduceIntegrationChecker.CheckerMapper - Class in alluxio.checker
-
In each mapper node, we will check whether this node can recognize
Alluxio classes and filesystem.
- MapReduceIntegrationChecker.CheckerReducer - Class in alluxio.checker
-
In each reducer node, we will combine the IP addresses that have the same Status.
- ModeConverter() - Constructor for class alluxio.checker.HiveIntegrationChecker.ModeConverter
-