Remco Verhoef

Results 91 issues of Remco Verhoef

- added support for bolt store - refactored testing

enhancement

Currently indexed fields are not supported, causing predicate_evaluation_errors and silently ignoring the predicate. This fix will add support for indexed fields.

core

# Rationale for this change This will introduce the ballista python module, similar to the datafusion python module.

python

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 ```

good first issue