Anurag Khandelwal

Results 14 issues of Anurag Khandelwal

Add (potentially modified) SQL interface for supporting queries, adding/removing filters/indexes/triggers, etc.

help wanted
feature

Currently, Confluo requires a fixed schema for each atomic multilog, which restricts different applications like network monitoring and diagnosis. We want to support flexible schemas (e.g., JSON) to facilitate these...

enhancement

Currently, the trigger evaluation framework uses realtime (more precisely, server time) to determine which time-buckets to check for trigger evaluation. This can potentially be an issue if the application supplies...

enhancement

Faster scans can be supported by having a snappy compressed representation of the data along with the Succinct data structures; operations on the Succinct RDDs / DataFrame that require full...

enhancement

The current Spark SQL interface still uses constructs from Spark 1.4.0. The implementation can benefit from the optimizations if the Data Source is brought up to date with Spark 2.0...

enhancement

The current search() implementation performs a case-sensitive match. We should add a flag to the search call to make it case insensitive, i.e., ``` scala def search(query: String, caseInsensitive: Boolean...

enhancement

While running the example in mu/README_xc-enc.md, the xcenc_server.py script errors out with the following trace: ```bash Traceback (most recent call last): File "/tmp/mu_example/mu/src/lambdaize/xcenc_server.py", line 280, in main() File "/tmp/mu_example/mu/src/lambdaize/xcenc_server.py", line...

Hi! I have a multi module project [here](https://github.com/amplab/succinct) which I'm trying to publish as a spark package. It has 'core' and 'spark' modules, which would be bundled together in a...

The destructor should take care of cleanup of the NPA heap allocated variables.