Dean Wampler

Results 16 issues of Dean Wampler

Currently, you have to do an `sbt compile` once from the Terminal pane or a regular bash/windows command prompt. This builds `protobuf` and then the IntelliJ build works fine.

bug

Either a `data/README` file or put a section in the `./README`. People will want to know where we got the data (and we have to be careful to use data...

Documentation

With V0.7.0, I moved them to https://deanwampler.github.io/open-source/aquarium/index.html. Need a better location...

Previously, the `run.sh` and `run.bat` scripts just used `jupyter/all-spark-notebook:latest` for the Docker image. However, Scala support was removed in July 2022 (https://github.com/jupyter/docker-stacks, commit: 5048b022466a8c7d4ecff149396e6bf35babb9c8). I will shortly release an update...

help wanted

Port some of the existing RDD examples to the new Dataset API and make other refinements.

Scala 3.0.0-RC2. A command like the following: ```shell $ scala

area:repl

The SBT build fails because it can't find the jar for the 1.1 version of jms.jar at https://repo1.maven.org/maven2/javax/jms/jms/1.1/jms-1.1.jar. It looks like it might be a Maven repo problem. Have you...

The send_email tool assumes that email configured on the local machine. A more flexible email client would be nice that can connect to a preconfigured email server, etc.

Stampede reads make's output and logs it, providing a uniform source of the output data. However, it is noticeably slow when there is a rapid stream of output.

It would be nice add an example using Storm, where a continuous stream of processing runs in parallel to periodic tasks that consome output from Storm.