Re: Clojure is a good choice for Big Data? Which clojure/Hadoop work to use?

2019-07-04 Thread Thad Guidry
uernberger wrote: > Thad, > > You approach seems very promising to me for a lot of jobs. Spark runs on > top of many things. > > As far as a clojure layer on top, what do you think about sparkling > <http://gorillalabs.github.io/sparkling/>? > > On Thu, Jul

Re: Clojure is a good choice for Big Data? Which clojure/Hadoop work to use?

2019-07-04 Thread Thad Guidry
jure/Cascalog. Do you know other excellent > clojure/Hadoop work in the community, about data processing? > if you know some particularly appropriate tools, I could also consider > other work/library outside the clojure community. > > Thanks > > > > Il giorno merco

Re: Clojure is a good choice for Big Data? Which clojure/Hadoop work to use?

2019-07-03 Thread Thad Guidry
"The best code is never written" https://zeppelin.apache.org/ https://nifi.apache.org/ Thad https://www.linkedin.com/in/thadguidry/ On Tue, Jul 2, 2019 at 11:07 AM orazio wrote: > Hi All, > > I'm newbie on Clojure/Big Data, and i'm starting with hadoop. > I have installed Hortonworks HDP 3.1

Re: Shorter form to check if some words are contained in a sentence?

2019-06-22 Thread Thad Guidry
the >> require for you, or perhaps even (use 'clojure.string). >> >> user=> (def value "Bar the cat from CBS") >> #'user/value >> user=> (require '[clojure.string :as str]) >> nil >> user=> (every? #(str/includes? value %) ["CBS&q

Shorter form to check if some words are contained in a sentence?

2019-06-22 Thread Thad Guidry
Clojure is supported as an expression language in OpenRefine. Where any cells value in OpenRefine's datagrid is just accessed by the name value. Here's one of my cells value in OpenRefine... "001","878","245","$c","CBS Barmarick Publications,","$c","Emerald" and I am trying to see if that