ANN: Lemur - A tool/DSL for launching hadoop jobs on elastic-mapreduce

2012-05-14 Thread mlimotte
) (diff-test-data [RESULTS results])) (defcluster marcs-cluster :num-instances 1 :master-instance-type m1.large :my-root /Users/mlimotte/projects/lemur/tmp :upload [./marcs-input.txt :to ${data-uri}/input.txt] :test-uri ${my-root}/work :keypair my-keypair :jar-src-path ${my-root}/lemur-test

union using a comparison function

2010-09-02 Thread mlimotte
Hi. I'd like to do a union of some sequences using my own comparison function. Similar to supplying a Comparator in Java. The things being compared are Objects from a Java library that I don't control, so I can't just override the equals function on the class, for example. Would aprecaite any