We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d86818e commit cf23ec6Copy full SHA for cf23ec6
graphx/src/main/scala/org/apache/spark/graphx/package.scala
@@ -19,7 +19,10 @@ package org.apache.spark
19
20
import org.apache.spark.util.collection.OpenHashSet
21
22
-/** GraphX is a graph processing framework built on top of Spark. */
+/**
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. */
26
package object graphx {
27
/**
28
* A 64-bit vertex identifier that uniquely identifies a vertex within a graph. It does not need
0 commit comments