Updating spark-udfs README file
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/02dbd975 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/02dbd975 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/02dbd975 Branch: refs/heads/stratos-4.1.x Commit: 02dbd975a9b64a3f399423c87e28cb81d1ef51b1 Parents: 756a4e7 Author: Thanuja <[email protected]> Authored: Tue Oct 13 20:19:23 2015 +0530 Committer: Thanuja <[email protected]> Committed: Tue Oct 13 20:19:23 2015 +0530 ---------------------------------------------------------------------- extensions/das/modules/stratos-das-extension/spark-udfs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/02dbd975/extensions/das/modules/stratos-das-extension/spark-udfs/README.md ---------------------------------------------------------------------- diff --git a/extensions/das/modules/stratos-das-extension/spark-udfs/README.md b/extensions/das/modules/stratos-das-extension/spark-udfs/README.md index cb28289..0aad56b 100644 --- a/extensions/das/modules/stratos-das-extension/spark-udfs/README.md +++ b/extensions/das/modules/stratos-das-extension/spark-udfs/README.md @@ -4,5 +4,5 @@ This directory contains Spark UDFs (user Defined Function) required for executin 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: org.apache.stratos.das.extension.spark.time.udf-<stratos-version>.jar -2. Add each UDF class path to 'spark-udf-config.xml' file in '<DAS-HOME>/repository/conf/spark/' folder. +2. Add each UDF class path to 'spark-udf-config.xml' file in '<DAS-HOME>/repository/conf/analytics/spark/' folder. Example: <class-name>org.apache.stratos.das.extension.spark.udf.TimeUDF</class-name> \ No newline at end of file
