Hi Cos, totally make sense! I've same problem as well. However, I got one suggestion. If possible, can we change the name from buildnodeps to buildwithdeps? This is much more intuitive when setting additional param:
-Dbuildwithdeps=true 2015-11-18 15:22 GMT+08:00 Konstantin Boudnik <[email protected]>: > Guys, > > I recently have been constantly stepping on the consequences of > BIGTOP-2025. > There was this BOM directional graph implementation, which - by default - > tries to satisfy all the dependencies by building the foundation comps > first, > then their dependents, and so on. > > However, every time I fire up a build for a single component in a clear > environment, I end up with the build trying to get hadoop first, then ZK, > and > so on. It seems like an undesirable behavior in most cases. So, I suggest > to > change the default. The new way would be to have -Dbuildnodeps=false as > default. And if one needs to do the directional build, -Dbuildnodeps=true > would have to be set explicitly. > > Does it make sense? > Cos >
