Sriram Krishnan

Results 3 comments of Sriram Krishnan

We may be able to add a --tool option to scald.rb, and just call it from the scald-repl.sh as: ``` ./scripts/scald.rb --tool com.twitter.scalding.ScaldingShell $@ -Yrepl-sync ``` And scald.rb can figure...

@hellertime you can run jobs on a cluster _now_ via the REPL. Just use the --hdfs option. It runs the hadoop command - so the job will run on whatever...

I was going to ask how it would compare to https://github.com/spotify/scio myself. How do we want to envision this? Should Summingbird just be a DSL on top of Beam? If...