[Impala-ASF-CR] IMPALA-8383 Bump toolchain version

2019-04-04 Thread Hector Acosta (Code Review)
Hector Acosta has abandoned this change. ( 
http://gerrit.cloudera.org:8080/12923 )

Change subject: IMPALA-8383 Bump toolchain version
..


Abandoned

Included in another review
--
To view, visit http://gerrit.cloudera.org:8080/12923
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: abandon
Gerrit-Change-Id: If221f001bc106530c5faf08b38385028c056983f
Gerrit-Change-Number: 12923
Gerrit-PatchSet: 1
Gerrit-Owner: Hector Acosta 
Gerrit-Reviewer: Impala Public Jenkins 


[Impala-ASF-CR] IMPALA-8383 Bump toolchain version

2019-04-03 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/12923 )

Change subject: IMPALA-8383 Bump toolchain version
..


Patch Set 1: Verified-1

Build failed: https://jenkins.impala.io/job/gerrit-verify-dryrun/3975/


--
To view, visit http://gerrit.cloudera.org:8080/12923
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: If221f001bc106530c5faf08b38385028c056983f
Gerrit-Change-Number: 12923
Gerrit-PatchSet: 1
Gerrit-Owner: Hector Acosta 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Comment-Date: Thu, 04 Apr 2019 01:05:31 +
Gerrit-HasComments: No


[Impala-ASF-CR] IMPALA-8383 Bump toolchain version

2019-04-03 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/12923 )

Change subject: IMPALA-8383 Bump toolchain version
..


Patch Set 1:

Build Successful

https://jenkins.impala.io/job/gerrit-code-review-checks/2626/ : Initial code 
review checks passed. Use gerrit-verify-dryrun-external or gerrit-verify-dryrun 
to run full precommit tests.


--
To view, visit http://gerrit.cloudera.org:8080/12923
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: If221f001bc106530c5faf08b38385028c056983f
Gerrit-Change-Number: 12923
Gerrit-PatchSet: 1
Gerrit-Owner: Hector Acosta 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Comment-Date: Wed, 03 Apr 2019 21:07:01 +
Gerrit-HasComments: No


[Impala-ASF-CR] IMPALA-8383 Bump toolchain version

2019-04-03 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/12923 )

Change subject: IMPALA-8383 Bump toolchain version
..


Patch Set 1:

Build started: https://jenkins.impala.io/job/gerrit-verify-dryrun/3975/ 
DRY_RUN=true


--
To view, visit http://gerrit.cloudera.org:8080/12923
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: If221f001bc106530c5faf08b38385028c056983f
Gerrit-Change-Number: 12923
Gerrit-PatchSet: 1
Gerrit-Owner: Hector Acosta 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Comment-Date: Wed, 03 Apr 2019 20:26:08 +
Gerrit-HasComments: No


[Impala-ASF-CR] IMPALA-8383 Bump toolchain version

2019-04-03 Thread Hector Acosta (Code Review)
Hector Acosta has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/12923


Change subject: IMPALA-8383 Bump toolchain version
..

IMPALA-8383 Bump toolchain version

Thrift's python bindings in the current toolchain don't include the
fastbinary shared object due to a bug in the native-toolchain code. A
fix for that has been submitted to the native-toolchain and the newly
generated toolchain builds should include fastbinary.so

Testing: Compared thrift's tarballs using:
diff <(curl -s $URL1| tar tzf - |sort) \
<(curl -s $URL2 | tar tzf -|sort)
147d146
<
thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/fastbinary.so

Change-Id: If221f001bc106530c5faf08b38385028c056983f
---
M bin/impala-config.sh
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/23/12923/1
--
To view, visit http://gerrit.cloudera.org:8080/12923
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If221f001bc106530c5faf08b38385028c056983f
Gerrit-Change-Number: 12923
Gerrit-PatchSet: 1
Gerrit-Owner: Hector Acosta