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:48 UTC

[24/50] [abbrv] incubator-spot git commit: Ading link to OA installation

Ading link to OA installation


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

Branch: refs/heads/SPOT-35_graphql_api
Commit: 56d6e885aea35fb569c846ca3274a8e0f30862ed
Parents: 19af01b
Author: Everardo Lopez Sandoval (Intel) <el...@elopezsa-mac02.local>
Authored: Thu Mar 9 15:28:30 2017 -0600
Committer: Diego Ortiz Huerta <di...@intel.com>
Committed: Wed Mar 15 11:49:48 2017 -0700

----------------------------------------------------------------------
 spot-oa/api/resources/README.md | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spot/blob/56d6e885/spot-oa/api/resources/README.md
----------------------------------------------------------------------
diff --git a/spot-oa/api/resources/README.md b/spot-oa/api/resources/README.md
index ccfafb1..1a9587b 100644
--- a/spot-oa/api/resources/README.md
+++ b/spot-oa/api/resources/README.md
@@ -3,31 +3,30 @@
 # API Resources 
 
 
-API Resources are the backend methods used by GraphQL to perform CRUD operations to Apache Spot (incubating) like score connections, performa a threat investigation, generate a storyboard, etc.
+API Resources are the backend methods used by GraphQL to perform CRUD operations to Apache Spot (incubating) like score connections, perform threat investigation, generate a storyboard, etc.
 
 **Classes:**
 
-* Resources/flow.py
-* Resources/dns
-* Resources/proxy
-* Resources/configurator
-* Resources/hdfs_client
-* Resources/impala_engine.py
+* resources/flow.py
+* resources/dns
+* resources/proxy
+* resources/configurator
+* resources/hdfs_client
+* resources/impala_engine.py
 
 
 
 ## **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), based on that spot.conf has been updated to include new KEYS (o variables o entries)
 
 **_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)
+* **WEB_PORT:** Web port for 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_DEM:** This key was part of previous release. Now that spot uses an API to connect, you need to either put the impala daemon full DNS or Server IP Address.
 * **IMPALA_PORT:** Port on which HiveServer2 client requests are served by Impala Daemons.
 
 ## **Prerequisites:**
@@ -38,7 +37,7 @@ API Resources use [WebHDFS REST API] (https://hadoop.apache.org/docs/r1.0.4/webh
 * impyla
 * hdfs
 
-**NOTE: all this requirements are already part of requiremets.txt file, you dont need to install the python prerequisites manually.**
+**NOTE:** all these requirements are already part of requirements.txt file, you don't need to install the python prerequisites manually.[OA install](../../../oa/INSTALL.md)
 
 #### Hadoop: