You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spot.apache.org by ev...@apache.org on 2017/03/29 16:51:46 UTC

[22/50] [abbrv] incubator-spot git commit: Update README.md

Update README.md

Project: http://git-wip-us.apache.org/repos/asf/incubator-spot/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spot/commit/19af01b6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spot/tree/19af01b6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spot/diff/19af01b6

Branch: refs/heads/SPOT-35_graphql_api
Commit: 19af01b65f20a1ed2f4a5b61498675d8b8081d3d
Parents: ffc6dbc
Author: Everardo Lopez Sandoval <ev...@intel.com>
Authored: Thu Mar 9 13:29:55 2017 -0600
Committer: Diego Ortiz Huerta <di...@intel.com>
Committed: Wed Mar 15 11:49:48 2017 -0700

----------------------------------------------------------------------
 spot-oa/api/resources/README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spot/blob/19af01b6/spot-oa/api/resources/README.md
----------------------------------------------------------------------
diff --git a/spot-oa/api/resources/README.md b/spot-oa/api/resources/README.md
index 1d74e6f..ccfafb1 100644
--- a/spot-oa/api/resources/README.md
+++ b/spot-oa/api/resources/README.md
@@ -18,17 +18,17 @@ API Resources are the backend methods used by GraphQL to perform CRUD operations
 
 ## **Configuration Required (spot.conf):**
 
-API Resources use WebHDFS REST API (https://hadoop.apache.org/docs/r1.0.4/webhdfs.html) and Impala API based on that some new configuration is required.
+API Resources use [WebHDFS REST API] (https://hadoop.apache.org/docs/r1.0.4/webhdfs.html) and Impala API, based on that some new configuration is required.
 
 **_Keys in HDFS section:_**
 
-**NAME_NODE:** this key is required to setup the name node (full DNS domain or IP) to get connected to WebHDFS REST API.
-**WEB_PORT:** Web port to WebHDFS REST API (default=50070)
+* **NAME_NODE:** this key is required to setup the name node (full DNS domain or IP) to get connected to WebHDFS REST API.
+* **WEB_PORT:** Web port to WebHDFS REST API (default=50070)
 
 **_Keys in Impala section:_**
 
-**IMPALA_DEM:** This key has been there since the last release ,but now that we spot uses an API to get connected you need to either put the impala daemon full DNS or Server IP.
-**IMPALA_PORT:** Port on which HiveServer2 client requests are served by Impala Daemons.
+* **IMPALA_DEM:** This key has been there since the last release ,but now that we spot uses an API to get connected you need to either put the impala daemon full DNS or Server IP.
+* **IMPALA_PORT:** Port on which HiveServer2 client requests are served by Impala Daemons.
 
 ## **Prerequisites:**