Hello Kudu Jenkins, Jordan Birdsell,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/11557
to look at the new patch set (#3).
Change subject: Fix Pandas Tests in Python 2.6 client
......................................................................
Fix Pandas Tests in Python 2.6 client
This is to resolve issues with the pandas tests in the kudu-python
client. Pandas must be installed in the virtualenv for python2.6
for test but we don't want to make it a requirement in
requirements.txt. We will put the pandas dependecny in the jenkins
build-and-test.sh as a workaround. This is based on the intial
work done here https://gerrit.cloudera.org/#/c/10809/4
Change-Id: I2cce7d529a804e712ccc32fb2774f5d0ee9dbdf8
---
M build-support/jenkins/build-and-test.sh
M python/kudu/tests/test_scanner.py
M python/requirements.txt
M python/setup.py
4 files changed, 18 insertions(+), 10 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/57/11557/3
--
To view, visit http://gerrit.cloudera.org:8080/11557
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I2cce7d529a804e712ccc32fb2774f5d0ee9dbdf8
Gerrit-Change-Number: 11557
Gerrit-PatchSet: 3
Gerrit-Owner: [email protected]
Gerrit-Reviewer: Jordan Birdsell <[email protected]>
Gerrit-Reviewer: Kudu Jenkins