From a9e9bb6c673e807765d04d1336b083e9472265d4 Mon Sep 17 00:00:00 2001 From: Erik Krogen Date: Fri, 1 Mar 2019 08:35:16 -0800 Subject: [PATCH] Update README to refer to the Gradle wrapper when building. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5def61f47a..b0a4ff584f 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,10 @@ Dynamometer consists of three main components: * Block Generator: This is a MapReduce job used to generate input files for each Dyno-DN; its execution is a prerequisite step to running the infrastructure application. -They are built through standard Gradle means, i.e. `gradle build`. In addition to compiling everything, -this will generate a distribution tarball, containing all necessary components for an end user, at +They are built through standard [Gradle](https://gradle.org/) means, i.e. `./gradlew build`. This +project uses the [Gradle wrapper](https://docs.gradle.org/current/userguide/gradle_wrapper.html/) +In addition to compiling everything, this will generate a distribution tarball, containing all +necessary components for an end user, at `build/distributions/dynamometer-VERSION.tar` (a zip is also generated; their contents are identical). This distribution does not contain any Hadoop dependencies, which are necessary to launch the application, as it assumes Dynamometer will be run from a machine which has a working installation of Hadoop. To