Open pingsutw opened 5 years ago
Hi @pingsutw , besides some standard Unix utilities like tar
, nothing needs to be preinstalled. Can you try running ./gradlew build --info
to get more debug output?
Please note that the test can take some time (5+ minutes) because it takes some steps like downloading a Hadoop tarball, unzipping it, localizing that tarball as a resource to DataNodes it instantiates, then starting up an HDFS cluster.
I had a similar issue when i ran it on a very full host. Turns out YARN doesn't launch a job if a node is beyond 99% full. So try it on a different machine.
@xkrogen @jojochuang Thank you for your replying
Please note that the test can take some time (5+ minutes) because it takes some steps like downloading a Hadoop tarball, unzipping it, localizing that tarball as a resource to DataNodes it instantiates, then starting up an HDFS cluster.
It's weird that sometimes the test ran more than hour, and didn't finish yet sometimes it works
I had a similar issue when i ran it on a very full host. Turns out YARN doesn't launch a job if a node is beyond 99% full. So try it on a different machine.
I have tried on different machine before, it works for me but I just want to find this bug, and fix it
I try to build latest dynamometer When it run TestDynamometerInfra, it seems it stuck at this point Dose anything need to be pre-installed for the build
kevin@kevin-pc:~/git/dynamometer(master)$ ./gradlew build Parallel execution is an incubating feature.