-
I have just cloned the repo as of yesterday, and am trying to run the JAR file directly via command line on my local laptop (for testing).
I have configured the JSON config file to aggregate on MINNU…
xmark updated
8 years ago
-
- for now support only 1 input dstream and 1 derived dstream
- create derived dstreams from the generated dstream, and assert on them, abstracting away from
test multiplexion: try with a derived ds…
-
Hi,
I am doing a research project. It's Nginx + mTCP + DPDK. I use the latest version of mtcp/dpdk code.
In order to run Nginx in multi-process mode, I fixed some bugs in DPDK, modified some code i…
-
Atomic propositions should correspond to assertions on the current batch of each dstream
-
- Ensure test cases are respected as dstreams, in the sense that batch are generated consecutively as they appear in the test case.
- having some empty batches due to sync problems is not acceptabl…
-
- encapsulate in a trait for nice code reuse. Consider Shapeless HList https://github.com/milessabin/shapeless/wiki/Feature-overview:-shapeless-2.0.0
to simulate heterogeneously typed varargs, inst…
-
-
Hi Team,
I am using elasticsearch-hadoop with the spark for events processing.
So when we are processing the events with 3 evt per second I am able to do the same successfully but when bandwidth is …
-
I can get everything to compile just fine, but it won't ever start the client. I get a segfault every time.
```
Reading symbols from ../bin/freeminer...done.
(gdb) r
Starting program: .../bin/freemin…
-
Any thoughts about testing an action? Because an action wouldn't return anything, it doesn't exactly fit the current SparkTestingBase.
It would still be useful to be able to use the framework fo…