Skip to content

Commit

Permalink
Marking GraphX as alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
pwendell committed Mar 31, 2014
1 parent d86818e commit cf23ec6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion graphx/src/main/scala/org/apache/spark/graphx/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ package org.apache.spark

import org.apache.spark.util.collection.OpenHashSet

/** GraphX is a graph processing framework built on top of Spark. */
/**
* <span class="badge badge-red" style="float: right;">ALPHA COMPONENT</span>
*
* GraphX is a graph processing framework built on top of Spark. */
package object graphx {
/**
* A 64-bit vertex identifier that uniquely identifies a vertex within a graph. It does not need
Expand Down

0 comments on commit cf23ec6

Please sign in to comment.