diff --git a/docs/developers.rst b/docs/developers.rst index 5c32f11..d5092b2 100644 --- a/docs/developers.rst +++ b/docs/developers.rst @@ -48,9 +48,9 @@ simple. Execute ``make dist`` to build the distribution, ``make test`` to run the unit tests and ``make help`` to get more info on all the available targets. -By default, the integration code installs Presto version ``0.148``. Change the +By default, the integration code installs Presto version ``0.161``. Change the version displayed by Ambari when adding the Presto service by specifying a value for the ``VERSION`` variable when building the distribution. For example, to display Presto version ``0.134``, run ``make dist VERSION=0.134``. To download a different RPM and CLI to match version ``0.134``, edit the -``package/scripts/download.ini`` file with URLs for both. \ No newline at end of file +``package/scripts/download.ini`` file with URLs for both. diff --git a/docs/getting-started.rst b/docs/getting-started.rst index 978f351..127a8e3 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -23,7 +23,7 @@ Adding the Presto service This section and all others that follow within :ref:`Getting Started ` walk you through the integration steps needed to get Presto working with -Ambari. By default, this integration code installs Presto version ``0.148``, +Ambari. By default, this integration code installs Presto version ``0.161``, the latest version at the time of writing. To install the latest Teradata Presto release (``0.148t`` at the time of writing), download the Ambari integration package from `here `_ and follow @@ -32,13 +32,13 @@ another version, see :ref:`Build and custom distributions