Remco Verhoef
Remco Verhoef
- added support for bolt store - refactored testing
Currently indexed fields are not supported, causing predicate_evaluation_errors and silently ignoring the predicate. This fix will add support for indexed fields.
# Rationale for this change This will introduce the ballista python module, similar to the datafusion python module.
datanode: port: 50075 ``` GET /jmx?qry=Hadoop:service=DataNode,name=DataNodeInfo HTTP/1.1 GET /jmx?qry=Hadoop:service=NameNode,name=FSNamesystemState HTTP/1.1 ``` namenode: port: 50070 ``` GET /jmx?qry=Hadoop:service=NameNode,name=NameNodeInfo HTTP/1.1 ```