samza-hello-samza
samza-hello-samza copied to clipboard
SAMZA-1074: Cannot build hello-samza on various CDH version
Currently, User cannot build with -Denv={version}
argument when user want to build except CDH 5.4.0.
I think -Denv
argument is needless. to build with various hadoop version, just essential is -Dhadoop.version={version}
.
I tested with 2.6.0-cdh5.9.0 with mvn clean package -Dhadoop.version=2.6.0-cdh5.9.0
.