powderkeg icon indicating copy to clipboard operation
powderkeg copied to clipboard

Live-coding the cluster!

Results 14 powderkeg issues
Sort by recently updated
recently updated
newest added

When I define a spec with `s/def`, write a function that uses this spec somehow, and then use this function within `keg/rdd`, I am getting a "Unable to resolve spec"...

enhancement

Once a multimethod has been broadcasted to workers, you can't add new methods to it (well one can but they don't get propagated).

enhancement

i run the following command, it run success, but it hangup, i must add the System/exit to force quit. ```bash spark-submit --master yarn-client --num-executors 4 --class powderkeg.repl target/etl-spark-0.1.0-SNAPSHOT-standalone.jar bolome.agg.d_bolome_user_order_trgx/-main ```...

bug

i wander whether has any plan on dynamic partition write function, as it is very common use case. on cascalog, i use [templatefields and sink-template] keyword to control the dynamic...

feature