You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by iw...@apache.org on 2021/09/01 04:58:28 UTC

[bigtop] branch branch-3.0 updated (cf4d23a -> 67d4d6d)

This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/bigtop.git.


    from cf4d23a  Changing version to 3.0.0
     new 5b04fed  BIGTOP-3577. HBase smoke test partially fails on ppc64le. (#814)
     new 67d4d6d  BIGTOP-3582. Logstash RPM Build Fails. (#815)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../logstash/patch2-pin-logstash-output-elasticsearch.diff  | 13 +++++++++++++
 provisioner/utils/smoke-tests.sh                            |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)
 create mode 100644 bigtop-packages/src/common/logstash/patch2-pin-logstash-output-elasticsearch.diff

[bigtop] 01/02: BIGTOP-3577. HBase smoke test partially fails on ppc64le. (#814)

Posted by iw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/bigtop.git

commit 5b04fedb8e01ebffb9eab4d36d86b37fed1ccad2
Author: Kengo Seki <se...@apache.org>
AuthorDate: Thu Aug 26 06:40:02 2021 +0900

    BIGTOP-3577. HBase smoke test partially fails on ppc64le. (#814)
    
    
    (cherry picked from commit 86ade65daa38946489eac5fc96d1687d62dd8acb)
---
 provisioner/utils/smoke-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/provisioner/utils/smoke-tests.sh b/provisioner/utils/smoke-tests.sh
index bb3313b..2389308 100755
--- a/provisioner/utils/smoke-tests.sh
+++ b/provisioner/utils/smoke-tests.sh
@@ -81,7 +81,7 @@ for s in `echo $SMOKE_TESTS | sed -e 's#,# #g'`; do
   ALL_SMOKE_TASKS="$ALL_SMOKE_TASKS bigtop-tests:smoke-tests:$s:test"
 done
 rm -rf /bigtop-home/.gradle
-cd /bigtop-home && ./gradlew clean $ALL_SMOKE_TASKS -Psmoke.tests --info
+cd /bigtop-home && ./gradlew clean $ALL_SMOKE_TASKS -Psmoke.tests -Duser.dir=/bigtop-home --info
 # BIGTOP-2244 workaround: clean the top level buildSrc/build with the same
 # permissions as used for smoke-tests execution
 rm -rf buildSrc/build/test-results/binary

[bigtop] 02/02: BIGTOP-3582. Logstash RPM Build Fails. (#815)

Posted by iw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/bigtop.git

commit 67d4d6da80e7248443aba246fe82d9ce545f5550
Author: Masatake Iwasaki <iw...@apache.org>
AuthorDate: Wed Sep 1 11:28:41 2021 +0900

    BIGTOP-3582. Logstash RPM Build Fails. (#815)
    
    
    (cherry picked from commit d9f163507e69fc46acdbcf4bb12f5ca22d10e8d3)
---
 .../logstash/patch2-pin-logstash-output-elasticsearch.diff  | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/bigtop-packages/src/common/logstash/patch2-pin-logstash-output-elasticsearch.diff b/bigtop-packages/src/common/logstash/patch2-pin-logstash-output-elasticsearch.diff
new file mode 100644
index 0000000..205b17c
--- /dev/null
+++ b/bigtop-packages/src/common/logstash/patch2-pin-logstash-output-elasticsearch.diff
@@ -0,0 +1,13 @@
+diff --git a/Gemfile b/Gemfile
+index c206ff423..104624a83 100644
+--- a/Gemfile
++++ b/Gemfile
+@@ -96,7 +96,7 @@ gem "logstash-input-kafka", "~> 5"
+ gem "logstash-input-beats"
+ gem "logstash-output-cloudwatch"
+ gem "logstash-output-csv"
+-gem "logstash-output-elasticsearch"
++gem "logstash-output-elasticsearch", "11.0.2"
+ gem "logstash-output-file"
+ gem "logstash-output-graphite"
+ gem "logstash-output-http"