samza-hello-samza icon indicating copy to clipboard operation
samza-hello-samza copied to clipboard

Maven profile for the CDH compatible build

Open staslos opened this issue 9 years ago • 1 comments

Hello-samza 0.10.0 doesn't work on CDH (tested on CDH5.4.0) due to incompatible Hadoop jars, so this patch adds an optional Maven profile that builds hello-samza where generic Hadoop jars replaced with Cloudera Hadoop jars. Just run: mvn clean package -Denv=cdh5.4.0 If profile not specified, hello-samza built with default Hadoop dependencies.

staslos avatar Jan 07 '16 15:01 staslos

Hello,

I have the same issue with Hadoop version of Yarn.

  • Shekar

ctippur avatar Feb 09 '16 21:02 ctippur