Skip to content

Commit cf23ec6

Browse files
committed
Marking GraphX as alpha
1 parent d86818e commit cf23ec6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

graphx/src/main/scala/org/apache/spark/graphx/package.scala

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ package org.apache.spark
1919

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

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

0 commit comments

Comments
 (0)