Esri / geoprocessing-tools-for-hadoop

The Hadoop GP Toolbox provides tools to exchange features between a Geodatabase and Hadoop and run Hadoop workflow jobs.
Apache License 2.0
74 stars 47 forks source link

GP Tools project should have webhdfs.py and requests libraries bundled or referenced in repo download #2

Closed ddkaiser closed 11 years ago

ddkaiser commented 11 years ago

As a user, I want to clone this one repository, and have everything needed to add the toolbox to my ArcGIS system.

ddkaiser commented 11 years ago

Are we allowed to place the webhdfs.py and request.py in this repo, if we provide links to upstream repos? It would be nice to be able to just clone this one location and be able to load the Toolbox into ArcGIS.

azhigimont commented 11 years ago

Technically – yes. Requests has ‘packages’ folder with urllib3 and charade in it. But it is installed into python site-packages folder. I wonder where to install .pyt file? We have to find out how to install stuff into some other folder.

From: David Kaiser [mailto:notifications@github.com] Sent: Thursday, March 14, 2013 10:33 AM To: ArcGIS/hadoop-gp-tools Cc: Alexander Zhigimont Subject: Re: [hadoop-gp-tools] GP Tools project should have webhdfs.py and requests libraries bundled or referenced in repo download (#2)

Are we allowed to place the webhdfs.py and request.py in this repo, if we provide links to upstream repos? It would be nice to be able to just clone this one location and be able to load the Toolbox into ArcGIS.

— Reply to this email directly or view it on GitHubhttps://github.com/ArcGIS/hadoop-gp-tools/issues/2#issuecomment-14916834.

azhigimont commented 11 years ago

Added two folders with aforementioned libraries. Readme file updated accordingly. User can download zip file and unpack it. User can delete 'webhdfs' and 'requests' folder if there is a need to use libraries that have been already installed into '/site-packages'.