> On 21 Oct 2015, at 09:42, Lavish Singal <singal.lav...@gmail.com> wrote: > > Hello everyone, > > > I'm a newbie here and following this wiki page to install the environments > for Hadoop but while installing and running this command it takes ages to > complete . > > > It has stuck at below : > > Sending build context to Docker daemon 2.048 kB > > > As mentioned in the BUILDING.txt that docker is very slow on MAC-OSx , > should I switch to Unix or wait for the command to finish? > > > Please suggest some solution. >
I'd recommend just skipping the docker stuff and going for a build on OSX direct. do set your maven memory limits to something big, this is mine: $ echo $MAVEN_OPTS -Xmx2g -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=512m -Xms256m