Update arrow to reduce plasma IPCs. (#3497)

This commit is contained in:
Philipp Moritz
2018-12-14 20:49:37 -08:00
committed by Robert Nishihara
parent fcc37021b2
commit b3bf608608
18 changed files with 27 additions and 34 deletions
@@ -94,7 +94,7 @@ setup_commands:
- echo 'export PATH="$HOME/anaconda3/bin:$PATH"' >> ~/.bashrc
# Build Ray.
- git clone https://github.com/ray-project/ray || true
- pip install boto3==1.4.8 cython==0.27.3
- pip install boto3==1.4.8 cython==0.29.0
- cd ray/python; pip install -e . --verbose
# Custom commands that will be run on the head node after common setup.
+1 -1
View File
@@ -123,7 +123,7 @@ setup_commands:
- >-
pip install
google-api-python-client==1.6.7
cython==0.27.3
cython==0.29.0
# - pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.6.0-cp27-cp27mu-manylinux1_x86_64.whl
# - pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.6.0-cp35-cp35m-manylinux1_x86_64.whl
# - pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.6.0-cp36-cp36m-manylinux1_x86_64.whl
+1 -1
View File
@@ -2061,7 +2061,7 @@ def connect(info,
# Create an object store client.
worker.plasma_client = thread_safe_client(
plasma.connect(info["store_socket_name"], "", 64))
plasma.connect(info["store_socket_name"], ""))
raylet_socket = info["raylet_socket_name"]