This is an automated email from the ASF dual-hosted git repository.
kturner pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/fluo-website.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new ce6354b add quick disclaimer for yarn and docker (#137)
ce6354b is described below
commit ce6354b62434323444193fee81a85012107024b0
Author: Keith Turner <[email protected]>
AuthorDate: Wed Feb 28 15:04:17 2018 -0500
add quick disclaimer for yarn and docker (#137)
---
_fluo-1-2/administration/run-fluo-in-docker.md | 2 +-
_fluo-1-2/administration/run-fluo-in-yarn.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_fluo-1-2/administration/run-fluo-in-docker.md
b/_fluo-1-2/administration/run-fluo-in-docker.md
index e067d81..d746a7f 100644
--- a/_fluo-1-2/administration/run-fluo-in-docker.md
+++ b/_fluo-1-2/administration/run-fluo-in-docker.md
@@ -6,7 +6,7 @@ order: 4
## Obtain the Docker image
-To obtain the docker image created by this project, you can either pull it
from DockerHub at
+To obtain the docker image created by this project, you can either pull it
from DockerHub (**Its not on DockerHub yet, this should happen soon**) at
`apache/fluo` or build it yourself. To pull the image from DockerHub, run the
command below:
docker pull apache/fluo
diff --git a/_fluo-1-2/administration/run-fluo-in-yarn.md
b/_fluo-1-2/administration/run-fluo-in-yarn.md
index 931b9f9..856c582 100644
--- a/_fluo-1-2/administration/run-fluo-in-yarn.md
+++ b/_fluo-1-2/administration/run-fluo-in-yarn.md
@@ -26,7 +26,7 @@ and worker processes if you are running in YARN.
## Install and Configure Fluo YARN launcher
-Before you can install the Fluo YARN launcher, you will need to obtain a
distribution tarball. It is
+Before you can install the Fluo YARN launcher, you will need to obtain a
distribution tarball (**fluo-yarn is not yet released, this should happen
soon**). It is
recommended that you download the [latest release][release]. You can also
build a distribution from the
master branch by following these steps which create a tarball in
`distribution/target`:
--
To stop receiving notification emails like this one, please contact
[email protected].