Utility trait for classes that want to log data.
Utility trait for classes that want to log data. Creates a SLF4J logger for the class and allows logging messages at different levels using methods that only evaluate parameters lazily if the log level is enabled.
This is a copy of what Spark Previously held in org.apache.spark.Logging. That class is now private so we will expose similar functionality here.
Spark API for Tarantool.
Spark API for Tarantool. Provides Tarantool-specific methods on SparkContext
Tarantool connector for Apache Spark.
Call tarantoolSpace method on the SparkContext object to create a TarantoolRDD exposing Tarantool space as a Spark RDD.
Example:
Execute the following on a Cartridge router node (the tarantool/crud module must be installed):
Write the following in your Java client code: