Class

com.intersystems.spark

SparkContextEx

Related Doc: package spark

Permalink

implicit class SparkContextEx extends AnyRef

Extends the given context with IRIS specific methods.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SparkContextEx
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SparkContextEx(sc: SparkContext)

    Permalink

    sc

    The active Spark context.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. def rdd[α](text: String, column: String, lo: Long, hi: Long, partitions: , format: Format[α])(implicit arg0: ClassTag[α]): RDD[α]

    Permalink

    Executes a query on the default cluster to yield a suitably partitioned RDD whose elements are formatted by applying the given function to each row of the resulting JDBC result set.

    Executes a query on the default cluster to yield a suitably partitioned RDD whose elements are formatted by applying the given function to each row of the resulting JDBC result set.

    text

    The text of a query to be executed on the cluster or the name of an existing table in the cluster to load.

    column

    The name of the integral valued column in the result set with which to further partition the query.

    lo

    The lower bound of the partitioning column.

    hi

    The upper bound of the partitioning column.

    partitions

    The number of partitions per instance to create.

    format

    Formats an element from a single row of a result set.

    returns

    The results of the query in the form of a suitably partitioned RDD.

    Exceptions thrown

    SQLException if a database access error occurs.

    See also

    JDBC to Other Databases for more on the semantics of the column, lo, hi, and partitions parameters.

  16. def rdd[α](text: String, mfpi: , format: Format[α])(implicit arg0: ClassTag[α]): RDD[α]

    Permalink

    Executes a query on the default cluster to yield a suitably partitioned RDD whose elements are formatted by applying the given function to each row of the resulting JDBC result set.

    Executes a query on the default cluster to yield a suitably partitioned RDD whose elements are formatted by applying the given function to each row of the resulting JDBC result set.

    text

    The text of a query to be executed on the cluster or the name of an existing table in the cluster to load.

    mfpi

    The maximum number of factors per distinct instance to include in the factorization implicitly performed by the server, or 0 if no limit is necessary.

    format

    Formats an element from a single row of a result set.

    returns

    The results of the query in the form of a suitably partitioned RDD.

    Exceptions thrown

    SQLException if a database access error occurs.

  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  18. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped

© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.    Privacy & Terms Guarantee Accessibility