Moved the top level spark package object from spark to org.apache.spark

This commit is contained in:
Reynold Xin 2013-10-19 23:25:09 -07:00
parent f628804c02
commit 8396a6649e

View file

@ -15,6 +15,8 @@
* limitations under the License.
*/
package org.apache
/**
* Core Spark functionality. [[org.apache.spark.SparkContext]] serves as the main entry point to
* Spark, while [[org.apache.spark.rdd.RDD]] is the data type representing a distributed collection,