Re: [Valgrind-users] Valgrind with Hadoop/Mahout

2014-03-18 Thread Philippe Waroquiers
On Fri, 2014-03-14 at 04:18 -0700, Mahmood Naderan wrote: > Hi > Is it possible to run valgrind (memory leak tool) with this command > > mahout wikipediaXMLSplitter -d enwiki-latest-pages-articles.xml -o > wikipedia/chunks -c 64 > > ? > It is a java based program. > Or Valgrind works with C++ co

[Valgrind-users] Valgrind with Hadoop/Mahout

2014-03-14 Thread Mahmood Naderan
Hi Is it possible to run valgrind (memory leak tool) with this command mahout wikipediaXMLSplitter -d enwiki-latest-pages-articles.xml -o wikipedia/chunks -c 64   ? It is a java based program. Or Valgrind works with C++ codes only? Regards, Mahmood---