Merge "Remove duplicate 'an' and 'the' in docs"

This commit is contained in:
Jenkins 2015-06-16 13:29:05 +00:00 committed by Gerrit Code Review
commit 72f42791e7
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ Data Sources are where the input and output from your jobs are housed.
2) Give your Data Source a name
3) Enter the URL of the the Data Source
3) Enter the URL of the Data Source
- For a Swift object, enter <container>/<path> (ie: *mycontainer/inputfile*).
Sahara will prepend *swift://* for you

View File

@ -125,7 +125,7 @@ The Swift service is a standard object storage in OpenStack environment, analog
on bare metal machines. It is natural to expect Hadoop on OpenStack to process data stored there. And it is so.
With a FileSystem implementation for Swift `HADOOP-8545 <https://issues.apache.org/jira/browse/HADOOP-8545>`_
and `Change I6b1ba25b <https://review.openstack.org/#/c/21015/>`_ which implements the ability to list endpoints for
an an object, account or container, to make it possible to integrate swift with software that relies on data locality
an object, account or container, to make it possible to integrate swift with software that relies on data locality
information to avoid network overhead.
To get more information on how to enable Swift support see :doc:`userdoc/hadoop-swift`.