You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by am...@apache.org on 2016/04/14 12:00:18 UTC

lens git commit: LENS-529 : Add doc links to how to add new error codes and new driver

Repository: lens
Updated Branches:
  refs/heads/master e269651cf -> 2cf0b51fd


LENS-529 : Add doc links to how to add new error codes and new driver


Project: http://git-wip-us.apache.org/repos/asf/lens/repo
Commit: http://git-wip-us.apache.org/repos/asf/lens/commit/2cf0b51f
Tree: http://git-wip-us.apache.org/repos/asf/lens/tree/2cf0b51f
Diff: http://git-wip-us.apache.org/repos/asf/lens/diff/2cf0b51f

Branch: refs/heads/master
Commit: 2cf0b51fd260a559e7d0623c27d579b241fc12da
Parents: e269651
Author: Ajay Yadava <aj...@apache.org>
Authored: Thu Apr 14 15:30:03 2016 +0530
Committer: Amareshwari Sriramadasu <am...@apache.org>
Committed: Thu Apr 14 15:30:03 2016 +0530

----------------------------------------------------------------------
 src/site/apt/developer/contribute.apt | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lens/blob/2cf0b51f/src/site/apt/developer/contribute.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/developer/contribute.apt b/src/site/apt/developer/contribute.apt
index 38c6818..d1fea00 100644
--- a/src/site/apt/developer/contribute.apt
+++ b/src/site/apt/developer/contribute.apt
@@ -695,3 +695,12 @@ Developer Documentation : How to contribute to Apache Lens?
   There can be feature branches created from <<master>>, if feature is not actively developed in <<master>> branch
   directly. For a feature branch to be created a contirbutor can start discuss thread on dev list for consensus on
   whether it is required.
+
+** How to add a new Driver in Lens?
+  Please refer to {{{https://cwiki.apache.org/confluence/display/LENS/Lens+Driver} this wiki article}}.
+  For examples you can refer to the following review board requests
+  1. {{{https://reviews.apache.org/r/43649/} Druid driver in Lens}}
+  2. {{{ https://reviews.apache.org/r/36434/} Elastic Search Driver}}
+
+** How to add a new Error Code in Lens?
+  Please refer to {{{https://cwiki.apache.org/confluence/display/LENS/How+to+add+new+Error+Code} this wiki article}}