[incubator-heron] branch master updated: Fixing the versions numbers and links in the site docs (#3332)

2019-09-18 Thread joshfischer
This is an automated email from the ASF dual-hosted git repository.

joshfischer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
 new b6cb95c  Fixing the versions numbers and links in the site docs (#3332)
b6cb95c is described below

commit b6cb95c7ba5ab192a8ae83459fff457eaa86f5de
Author: ChethanU 
AuthorDate: Thu Sep 19 06:35:46 2019 +0530

Fixing the versions numbers and links in the site docs (#3332)

* Fixing the versions and links in the site docs
- Fixed Bazel and Heron Versions in all versioned docs
- Fixed language based problems
- Fixed Release Notes problems
- Fixed Broken Links
- Updated the scripts to build site

Signed-off-by: ChethanUK 

* Fixing the versions numbers and links in the site docs
- Fixed Bazel and Heron Versions in all versioned docs
- Fixed language based problems
- Fixed Release Notes problems
- Fixed Broken Links
- Updated the scripts to build site

Signed-off-by: ChethanUK 

* Fixing the versions numbers and links in the site docs
- Fixed Bazel and Heron Versions in all versioned docs
- Fixed language based problems
- Fixed Release Notes problems
- Fixed Broken Links
- Updated the scripts to build site

Signed-off-by: ChethanUK 

* Fixing the versions numbers and links in the site docs
- Fixed Bazel and Heron Versions in all versioned docs
- Fixed language based problems
- Fixed Release Notes problems
- Fixed Broken Links
- Updated the scripts to build site

Signed-off-by: ChethanUK 
---
 website2/Dockerfile|   3 +-
 website2/docs/getting-started-local-single-node.md |   2 +-
 website2/website/README.md |   5 +
 website2/website/languages.js  |   9 -
 website2/website/pages/en/index.js |   3 +-
 website2/website/pages/en/release-notes.js |  43 +
 website2/website/pages/en/versions.js  |  13 +-
 website2/website/release-notes.md  |  24 +++
 website2/website/scripts/build-site.sh |   0
 website2/website/scripts/javadocs-overview.html|   0
 website2/website/scripts/replace.js|  40 +++-
 .../getting-started-local-single-node.md   |   1 -
 .../getting-started-local-single-node.md   |   3 +-
 .../getting-started-local-single-node.md   |   5 +-
 .../version-0.21.2/guides-ui-guide.md  | 206 +
 .../version-0.21.2/user-manuals-heron-ui.md|  62 +++
 website2/website/versions.json |   2 +
 17 files changed, 394 insertions(+), 27 deletions(-)

diff --git a/website2/Dockerfile b/website2/Dockerfile
index 076969b..8b9eb2e 100755
--- a/website2/Dockerfile
+++ b/website2/Dockerfile
@@ -22,5 +22,6 @@ EXPOSE 3000 35729
 COPY ./docs /app/docs
 COPY ./website /app/website
 RUN yarn install
-
+RUN git config user.name "Heron Publish"
+RUN git config user.email "publ...@heron.incubator.apache.org"
 CMD ["yarn", "start"]
diff --git a/website2/docs/getting-started-local-single-node.md 
b/website2/docs/getting-started-local-single-node.md
index 9a23a3e..4a958e8 100644
--- a/website2/docs/getting-started-local-single-node.md
+++ b/website2/docs/getting-started-local-single-node.md
@@ -28,7 +28,7 @@ The easiest way to get started learning Heron is to install 
the Heron client too
 * [MacOS](#macos-homebrew)
 * [Ubuntu >= 14.04](#using-installation-scripts)
 * [CentOS](#using-installation-scripts)
-
+aa
 For other platforms, you need to build from source. Please refer to the [guide 
to compiling Heron](compiling-overview).
 
 ## Step 1 --- Download the Heron tools
diff --git a/website2/website/README.md b/website2/website/README.md
index 67a0d59..fcc4d46 100755
--- a/website2/website/README.md
+++ b/website2/website/README.md
@@ -16,6 +16,11 @@
 specific language governing permissions and limitations
 under the License.
 -->
+ perl -pi -e 's/^  */\t/' Makefile
+ chmod +x scripts/*
+ npm run version 0.21.2
+
+
 # The Heron website and documentation
 
 This `README` is basically the meta-documentation for the Heron website and 
documentation. You will find instructions on running the site locally.
diff --git a/website2/website/languages.js b/website2/website/languages.js
deleted file mode 100644
index 5a3a0cb..000
--- a/website2/website/languages.js
+++ /dev/null
@@ -1,9 +0,0 @@
-
-const languages = [
-{
-  enabled: true,
-  name: 'English',
-  tag: 'en',
-}
-];
-module.exports = languages;
\ No newline at end of file
diff --git a/website2/website/pages/en/index.js 
b/website2/website/pages/en/index.js
index 8e164f9..74760ce 100755
--- a/website2/website/pages/en/index.js
+++ b/website2/website/pages/en/index.js
@@ -67,7 +67,8 @@ class HomeSplash 

[GitHub] [incubator-heron] joshfischer1108 commented on issue #3332: Fixing the versions numbers and links in the site docs

2019-09-18 Thread GitBox
joshfischer1108 commented on issue #3332: Fixing the versions numbers and links 
in the site docs
URL: https://github.com/apache/incubator-heron/pull/3332#issuecomment-532922505
 
 
   @nwangtw Sounds good to me.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-heron] nwangtw commented on issue #3332: Fixing the versions numbers and links in the site docs

2019-09-18 Thread GitBox
nwangtw commented on issue #3332: Fixing the versions numbers and links in the 
site docs
URL: https://github.com/apache/incubator-heron/pull/3332#issuecomment-532912615
 
 
   It seems like @ChethanUK has been pretty busy recently. @joshfischer1108 
maybe let's merge and then clean it up?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-heron] joshfischer1108 commented on issue #3332: Fixing the versions numbers and links in the site docs

2019-09-18 Thread GitBox
joshfischer1108 commented on issue #3332: Fixing the versions numbers and links 
in the site docs
URL: https://github.com/apache/incubator-heron/pull/3332#issuecomment-532900918
 
 
   @ChethanUK any updates on this PR?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-heron] the-scott-hand commented on issue #3338: Critical Zookeeper Vulnerability

2019-09-18 Thread GitBox
the-scott-hand commented on issue #3338: Critical Zookeeper Vulnerability
URL: 
https://github.com/apache/incubator-heron/issues/3338#issuecomment-532699665
 
 
   Also thank you very much for being responsive to this ticket and making the 
update so quickly!!


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-heron] the-scott-hand commented on issue #3338: Critical Zookeeper Vulnerability

2019-09-18 Thread GitBox
the-scott-hand commented on issue #3338: Critical Zookeeper Vulnerability
URL: 
https://github.com/apache/incubator-heron/issues/3338#issuecomment-532699376
 
 
   @joshfischer1108 the helm chart as it sits in the repo forces the use of the 
same image for heron tools as it does for zookeeper:  
https://github.com/apache/incubator-heron/blob/dd6da67da7972791639746dd9190fd919ba6986c/deploy/kubernetes/helm/templates/zookeeper.yaml#L83
 
   
   I can work around that, but I did want to bring that to your attention as 
another potential issue.
   
   What is the latest version of zookeeper that has been tested with heron? I’m 
concerned about using an untested zookeeper heron combo in my environment. Am I 
being overly cautious? What tests have you guys run(if any) to verify this 
version of zookeeper doesn’t break anything?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-heron] nwangtw commented on issue #3338: Critical Zookeeper Vulnerability

2019-09-18 Thread GitBox
nwangtw commented on issue #3338: Critical Zookeeper Vulnerability
URL: 
https://github.com/apache/incubator-heron/issues/3338#issuecomment-532549172
 
 
   Code merged into master~
   
   Thanks again for the information! @the-scott-hand 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[incubator-heron] branch master updated: Upgrade zookeeper libraries to 3.4.14 (#3339)

2019-09-18 Thread nwang
This is an automated email from the ASF dual-hosted git repository.

nwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
 new dd6da67  Upgrade zookeeper libraries to 3.4.14 (#3339)
dd6da67 is described below

commit dd6da67da7972791639746dd9190fd919ba6986c
Author: Ning Wang 
AuthorDate: Wed Sep 18 00:00:25 2019 -0700

Upgrade zookeeper libraries to 3.4.14 (#3339)
---
 WORKSPACE | 8 
 third_party/zookeeper/zookeeper.BUILD | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/WORKSPACE b/WORKSPACE
index 872c975..bfb17d3 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -429,7 +429,7 @@ maven_jar(
 
 maven_jar(
   name = "org_apache_zookeeper_zookeeper",
-  artifact = "org.apache.zookeeper:zookeeper:3.4.6",
+  artifact = "org.apache.zookeeper:zookeeper:3.4.14",
 )
 
 maven_jar(
@@ -872,10 +872,10 @@ http_archive(
 
 http_archive(
 name = "org_apache_zookeeper",
-urls = 
["http://archive.apache.org/dist/zookeeper/zookeeper-3.4.10/zookeeper-3.4.10.tar.gz;],
-strip_prefix = "zookeeper-3.4.10",
+urls = 
["http://archive.apache.org/dist/zookeeper/zookeeper-3.4.14/zookeeper-3.4.14.tar.gz;],
+strip_prefix = "zookeeper-3.4.14",
 build_file = "@//:third_party/zookeeper/zookeeper.BUILD",
-sha256 = 
"7f7f5414e044ac11fee2a1e0bc225469f51fb0cdf821e67df762a43098223f27",
+sha256 = 
"b14f7a0fece8bd34c7fffa46039e563ac5367607c612517aa7bd37306afbd1cd",
 )
 
 http_archive(
diff --git a/third_party/zookeeper/zookeeper.BUILD 
b/third_party/zookeeper/zookeeper.BUILD
index bf287c5..b59fdb1 100644
--- a/third_party/zookeeper/zookeeper.BUILD
+++ b/third_party/zookeeper/zookeeper.BUILD
@@ -26,7 +26,7 @@ genrule(
 "export TMP_DIR=$$(mktemp -d -t zookeeper.X)",
 "mkdir -p $$TMP_DIR",
 "cp -R $$(pwd)/external/org_apache_zookeeper/* $$TMP_DIR",
-"cd $$TMP_DIR/src/c",
+"cd $$TMP_DIR/zookeeper-client/zookeeper-client-c",
 "./configure --prefix=$$INSTALL_DIR --enable-shared=no",
 "make install",
 "rm -rf $$TMP_DIR",



[GitHub] [incubator-heron] nwangtw merged pull request #3339: Upgrade zookeeper libraries to 3.4.14

2019-09-18 Thread GitBox
nwangtw merged pull request #3339: Upgrade zookeeper libraries to 3.4.14
URL: https://github.com/apache/incubator-heron/pull/3339
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services