Updating das extension README files

Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/166f589a
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/166f589a
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/166f589a

Branch: refs/heads/stratos-4.1.x
Commit: 166f589a30babd77612b2a53614bc8bb68353aba
Parents: a43277e
Author: Thanuja <[email protected]>
Authored: Tue Oct 6 11:48:08 2015 +0530
Committer: Akila Perera <[email protected]>
Committed: Sat Oct 10 00:51:09 2015 +0530

----------------------------------------------------------------------
 extensions/das/metering-service/capps/README.md      | 9 ++++-----
 extensions/das/metering-service/spark-udfs/README.md | 2 +-
 2 files changed, 5 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/166f589a/extensions/das/metering-service/capps/README.md
----------------------------------------------------------------------
diff --git a/extensions/das/metering-service/capps/README.md 
b/extensions/das/metering-service/capps/README.md
index ad5285b..e93fcd6 100644
--- a/extensions/das/metering-service/capps/README.md
+++ b/extensions/das/metering-service/capps/README.md
@@ -3,8 +3,7 @@
 This directory contains Composite Applications (CApps) required for Stratos 
Metering Service.
 It includes all Event Stream, Event receiver, Even Store, Gadgets and 
Dashboard artifacts bundle inside the car file.
 Follow the below steps to generate the metering dashboard:
-1. Run a external DAS server
-2. Enable thrift stats publisher for das in thrift-client-config.xml file and 
update DAS server IP and thrift port in the same file as follow:
+1. Enable thrift stats publisher for das in thrift-client-config.xml file and 
update DAS server IP and thrift port in the same file as follow:
     <config>
         <name>das</name>
         <statsPublisherEnabled>false</statsPublisherEnabled>
@@ -13,6 +12,6 @@ Follow the below steps to generate the metering dashboard:
         <ip>localhost</ip> <!-- DAS server IP -->
         <port>7612</port> <!-- DAS thrift port -->
     </config>
-2. Add the jaggery files which can be found inside directory 'jaggery-files' 
to inside server path '/jaggeryapps/portal/controllers/apis'
-3. Create MySQL data tables using queries in 'mysqlscript.sql'
-4. Add the car file to server to generate the metering dashboard.
\ No newline at end of file
+2. Add the jaggery files which can be found inside directory 'jaggery-files' 
to DAS server path '/jaggeryapps/portal/controllers/apis'
+3. Create MySQL database and tables using queries in 'mysqlscript.sql' 
manually.
+4. Add the car file to DAS server to gene rate the metering dashboard.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/166f589a/extensions/das/metering-service/spark-udfs/README.md
----------------------------------------------------------------------
diff --git a/extensions/das/metering-service/spark-udfs/README.md 
b/extensions/das/metering-service/spark-udfs/README.md
index 025d645..12eac18 100644
--- a/extensions/das/metering-service/spark-udfs/README.md
+++ b/extensions/das/metering-service/spark-udfs/README.md
@@ -3,6 +3,6 @@
 This directory contains Spark UDFs (user Defined Function) required for 
executing the spark queries with UDFs.
 Follow the below steps to use UDF in spark environment:
 1. Add the jar files of each spark-udfs to 
'<DAS-HOME>/repository/components/lib'.
-    Example: spark-time-udf-4.2.0-SNAPSHOT.jar
+    Example: spark-time-udf-4.1.4-SNAPSHOT.jar
 2. Add each UDF class path to 'spark-udf-config.xml' file in 
'<DAS-HOME>/repository/conf/spark/' folder.
     Example: 
<class-name>org.apache.stratos.das.extension.spark.udf.TimeUDF</class-name>
\ No newline at end of file

Reply via email to