Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
None
Description
With Mavenization, to run scripts like 'hadoop' requires creating the final layout.
This is required because the way Maven builds things (dependency JARs are not pull in place until assembly time, they are consumed from the M2 cache.
We could solve this the way HBASE solved this, making the scripts smart enough to know that they are in devel environment.