Make hadoop scripts to work directly from development directory ---------------------------------------------------------------
Key: HADOOP-7497 URL: https://issues.apache.org/jira/browse/HADOOP-7497 Project: Hadoop Common Issue Type: Sub-task Reporter: Alejandro Abdelnur 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. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira