small change to edp_spi

cleanup/fixed a typo

Change-Id: Ibb6858dc8adb070f0d4fa585a50ef5d6dcb84c1b
Closes-Bug: #1394853
This commit is contained in:
Shilla Saebi 2014-11-20 23:20:58 -05:00
parent 2f8fb7025d
commit d4bf8d478e

View File

@ -196,7 +196,7 @@ get_resource_manager_uri(self, cluster)
Returns the full URI for the Hadoop JobTracker for Hadoop version 1 or the
Hadoop ResourceManager for Hadoop version 2.
*Returns*: a string giving the JobTrakcer or ResourceManager URI
*Returns*: a string giving the JobTracker or ResourceManager URI
Spark Job Engine
----------------