-
Hi,
I compiled Spark 1.5.1 with Hive and SparkR with the following command:
```
mvn -Pyarn -Phive -Phive-thriftserver -PsparkR -DskipTests -X clean package
```
After its installation, the file "hive…
-
Hi,
How to run the expamle spark-jobserver/job-server-tests/src/spark.jobserver/SqlTestJob.scala? What's the right way to start a sparksql job? I got an error when I typed
curl -d '{"sql":"select …
-
There is not adamLoad function in adam-0.18.2,And I use :
val rdd = sc.loadParquetAlignments(samFile)
or
val rdd = sc.loadBam(samFile)
Both error!
samFile is Adam formats saving by adam-0.14.0 …
-
### Play Version (2.5.x / etc)
Above 2.2.0
### API (Scala / Java / Neither / Both)
scala and java
### Operating System (Ubuntu 15.10 / MacOS 10.10 / Windows 10)
10.11.3 - OS X
### JDK (Oracle 1.8…
-
When I ran the N1QLQueryExample.scala, the following warning occurs.
``` text
2016-04-28 06:13:04 WARN CouchbaseCore:166 - Exception while Handling Response Events null
java.lang.InterruptedExcepti…
-
When I submit this snappydata job I have a weird serialization error and the job does not complete.
``` scala
object HekaSqlKafkaPenpalJob extends SnappyStreamingJob {
override def runJob(ssc: C, j…
-
Hello. My env scala 2.11 protobuf 3 alpha
```
syntax = "proto3";
package grpc.playground.helloworld;
option java_multiple_files = true;
option java_package = "grpc.playground.helloworld";
option j…
Jacke updated
8 years ago
-
code:
```
package com.xiaoju.sparksql;
import scala.Tuple2;
public class Main {
public static void main(String[] args) {
Tuple2 tuple;
tuple. …
-
# Overview
I tried to google and investigate this issues by myself, but that not lead me to anything reasonable.
Also I quite new to Scala and Spark, so it could be something dummy, but very apprecia…
-
error code:
object SqlJobServer extends SparkHiveJob {
def main(args: Array[String]): Unit = {
val config = ConfigFactory.parseString("")
val sc = new SparkContext(config.getString("spark.m…