Does anyone know where there is some sample code that shows how to use Spring-Hadoop to create Cascading jobs? Chapter 7 of the guide has some info, but I can't seem to understand what their HadoopFlowFactoryBean should look like.
Does anyone know where there is some sample code that shows how to use Spring-Hadoop to create Cascading jobs? Chapter 7 of the guide has some info, but I can't seem to understand what their HadoopFlowFactoryBean should look like.
Hi,
There are some tests in the trunk (in fact the docs are based on that). We could add some for a future release - in fact I've raised an issue here: https://jira.springsource.org/browse/SHDP-61
In the meantime, have you looked at the javadocs? Anything that I can help you with?
Costin Leau
SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
http://twitter.com/costinl
Please use [ c o d e ] [ / c o d e ] tags
By the way, here are the relevant classes in github: http://j.mp/IEZOuS and the test configuration http://j.mp/IEZSL8
Costin Leau
SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
http://twitter.com/costinl
Please use [ c o d e ] [ / c o d e ] tags
Ha! Thanks, Costin. My friend Kyrill told me to go look at the code too when I was talking to him about it. I appreciate the help and will go do that.