This is an automated email from the ASF dual-hosted git repository.
vinoth pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 6cc1c37 Travis CI build asf-site
6cc1c37 is described below
commit 6cc1c3711ed8959e186a57520ec348299af3e8df
Author: CI <[email protected]>
AuthorDate: Tue Sep 22 02:14:28 2020 +0000
Travis CI build asf-site
---
content/cn/docs/docker_demo.html | 3 +++
content/docs/docker_demo.html | 3 +++
2 files changed, 6 insertions(+)
diff --git a/content/cn/docs/docker_demo.html b/content/cn/docs/docker_demo.html
index 19902fc..05f3395 100644
--- a/content/cn/docs/docker_demo.html
+++ b/content/cn/docs/docker_demo.html
@@ -1467,6 +1467,9 @@ and compose scripts are carefully implemented so that
they serve dual-purpose</p
<li>For running integration-tests, we need the jars generated locally to be
used for running services within docker. The
docker-compose scripts (see <code
class="highlighter-rouge">docker/compose/docker-compose_hadoop284_hive233_spark231.yml</code>)
ensures local jars override
inbuilt jars by mounting local HUDI workspace over the docker location</li>
+ <li>As these docker containers have mounted local HUDI workspace, any
changes that happen in the workspace would automatically
+reflect in the containers. This is a convenient way for developing and
verifying Hudi for
+developers who do not own a distributed environment. Note that this is how
integration tests are run.</li>
</ol>
<p>This helps avoid maintaining separate docker images and avoids the costly
step of building HUDI docker images locally.
diff --git a/content/docs/docker_demo.html b/content/docs/docker_demo.html
index 0d36fae..11c955c 100644
--- a/content/docs/docker_demo.html
+++ b/content/docs/docker_demo.html
@@ -1565,6 +1565,9 @@ and compose scripts are carefully implemented so that
they serve dual-purpose</p
<li>For running integration-tests, we need the jars generated locally to be
used for running services within docker. The
docker-compose scripts (see <code
class="highlighter-rouge">docker/compose/docker-compose_hadoop284_hive233_spark231.yml</code>)
ensures local jars override
inbuilt jars by mounting local HUDI workspace over the docker location</li>
+ <li>As these docker containers have mounted local HUDI workspace, any
changes that happen in the workspace would automatically
+reflect in the containers. This is a convenient way for developing and
verifying Hudi for
+developers who do not own a distributed environment. Note that this is how
integration tests are run.</li>
</ol>
<p>This helps avoid maintaining separate docker images and avoids the costly
step of building HUDI docker images locally.