-
Similar to spark:
```bash
--executor-memory 2g
--executor-cores 2
--num-executors 2
--driver-memory 2g
--driver-cores 2
```
-
For instance, if a user wants to drop a table with a Verdict connection, it will generate a NullPointerException because it cannot find a query type for "drop table":
```
Exception in thread "main…
-
spark的结构流有现成的东西,但是从你的文档中,未发现有这个说明
-
I have reorganized the basic document structure and added some comments. Please write the content.
FYI, for local documentation,
```bash
cd docs
mkdocs serve
```
-
I tried to applicate the verdictDB tutorial in tpch queries, but i don't can.
For example, in query 1, i have this:
**java.sql.SQLException: Bad format for number 'A' in column 1.
at com.…
-
Hi, @pyongjoo @dongyoungy .
When I try to run "sbt package", it shows an error:
```
[root@hadoop9 sbt]# sbt package
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; …
-
I have been trying to run a simple spatial aggregation query using `dyoon-feature-290` (which is up-to-date with the current master) branch via pyverdict like the following:
```sql
SELECT avg(horizo…
-
-
- http://apache-spark-user-list.1001560.n3.nabble.com/Some-question-about-SQL-and-streaming-td9229.html#a9254
- http://apache-spark-user-list.1001560.n3.nabble.com/Trying-to-run-SparkSQL-over-Spark-St…
-
Heya- when installing streamsql, I get this error:
No compatible version found: bluebird@'^1.0.8'
Looks like bluebird is at 1.2.0.
Thanks