Thanks Steve. I havn't set the memory limit for MAVEN_OPTS yet. Its a cumbersome process to install requirements on OSX. So switching to Unix.
Any suggestion which module should I start with for beginners ? Thanks! Lavish. On Wed, Oct 21, 2015 at 3:16 AM, Steve Loughran <ste...@hortonworks.com> wrote: > > > 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 >