-
I keep getting the following exception when I run SQL queries,
```
2015-12-09T23:46:47.030Z ERROR query-execution-48 com.facebook.presto.execution.QueryStateMachine Query 20151209_23464…
-
Elasticsearch-hadoop: elasticsearch-hadoop-2.1.0.BUILD-20150224.023403-309.zip
Spark: 1.2.0
I'm attempting to take a very basic JSON document on HDFS and index it in ES using SchemaRDD.saveToEs(). A…
-
when I run Rscript examples/basics.R all the commands work well until
fivenum(ddf)
with error:
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, :
java.lang.OutOfMemoryErr…
-
spark version:1.1.0
hive version:0.13
elasticsearch-hadoop version:2.0.2
hive works well but in sparksql
```
> show create table src_es;
+------------------------------------------------------------…
-
We should support SparkSQL RDDs. Support has apparently improved in spark 1.1.0 which seems to be released soon. Docs here http://people.apache.org/~pwendell/spark-1.1.0-rc4-docs/sql-programming-gui…
-
I downloaded the latest code of ddf-sparksql-1.1.0 branch, and tried to run it on yarn with the guidance writen by khangich in #15, however, after I run "bin/sbt 'project spark' console", and entered…
-
I have tried many ways to make this aciton, however it is only correct in the local mode.
And in the cluster mode, only works the column-type operation, columnNames, NumColumns, eg.
Operations of ro…