You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by ve...@apache.org on 2014/05/06 21:05:41 UTC

git commit: FALCON-324 Document lineage feature - minor change. Contributed by Sowmya Ramesh

Repository: incubator-falcon
Updated Branches:
  refs/heads/master ad2701d2b -> 623ee4a66


FALCON-324 Document lineage feature - minor change. Contributed by Sowmya Ramesh


Project: http://git-wip-us.apache.org/repos/asf/incubator-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-falcon/commit/623ee4a6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-falcon/tree/623ee4a6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-falcon/diff/623ee4a6

Branch: refs/heads/master
Commit: 623ee4a663d5b3ba5353f7357c08784a6f5222d9
Parents: ad2701d
Author: Venkatesh Seetharam <ve...@apache.org>
Authored: Tue May 6 12:05:35 2014 -0700
Committer: Venkatesh Seetharam <ve...@apache.org>
Committed: Tue May 6 12:05:35 2014 -0700

----------------------------------------------------------------------
 docs/src/site/twiki/restapi/AdjacentVertices.twiki | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/623ee4a6/docs/src/site/twiki/restapi/AdjacentVertices.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/restapi/AdjacentVertices.twiki b/docs/src/site/twiki/restapi/AdjacentVertices.twiki
index 407ee85..1310665 100644
--- a/docs/src/site/twiki/restapi/AdjacentVertices.twiki
+++ b/docs/src/site/twiki/restapi/AdjacentVertices.twiki
@@ -9,9 +9,12 @@ Get a list of adjacent vertices or edges with a direction.
 
 ---++ Parameters
    * :id is the id of the vertex.
-   * :direction is the direction associated with the edges. To get the adjacent out vertices of vertex pass direction
-     as out, in to get adjacent in vertices and both to get both in and out adjacent vertices. Similarly to get the
-     out edges of vertex pass outE, inE to get in edges and bothE to get the both in and out edges of vertex.
+   * :direction is the direction associated with the edges.
+
+   To get the adjacent out vertices of vertex pass direction as out, in to get adjacent in vertices
+   and both to get both in and out adjacent vertices. Similarly to get the out edges of vertex
+   pass outE, inE to get in edges and bothE to get the both in and out edges of vertex.
+
       * out  : get the adjacent out vertices of vertex
       * in   : get the adjacent in vertices of vertex
       * both : get the both adjacent in and out vertices of vertex