-
When use prestosql to query carbondata, the lucene index can be used to prune blocklet? (Like 'TEXT_MATCH')
Thanks.
-
at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.concurrent.ExecutionException: org.apache.carbondata.processing.datamap.DataMapWriterException: java.io.IOException: org.apache.ha…
-
**The environment**
apache-carbondata-1.6.1-bin-spark2.2.1-hadoop2.7.2
spark2.2.1-hadoop2.7.2
hadoop2.7.2
**Inspection table statements**
create table eve_not_partition_tbl ( startTime BIGINT…
-
Support MERGE INTO SQL Syntax
CarbonData now supports MERGE INTO SQL syntax along with the API support. This will help the users to write CDC job and merge job using SQL also now.
how to use MERGE…
-
```
git fetch github pull/2908/head:pr2908
git fetch --all
git checkout -b pr2908 github/pr/2908
git rebase -i asf/master
git commit --amend
"""
PR title
PR description
Thi…
-
- 问题:利用carbondata的streaming表,然后用sparkstreaming加载数据,bloomfilter datamap没有生成增量索引。以下是我的操作步骤:
1. 创建表
create table eve_not_partition_tbl ( startTime BIGINT, flow_id BIGINT, pcap_cnt BIGINT,pca…
-
```
/home/xu/hadoop_related/spark-2.2.1-bin-hadoop2.7/bin/beeline -u jdbc:hive2://10.90.51.97:10000 -nroot -e "drop table if exists lineitem;create table if not exists LINEITEM(L_ORDERKEY INT , L_PA…
-
test("CARBONDATA-2802") {
sql(
s"""
| CREATE TABLE $bloomDMSampleTable (id int, name string, salary float,dob date)
| STORED BY 'carbondata'
| TBLPROPERTIES…
-
```
test("write from dataframe with long string datatype") {
prepareDF()
longStringDF.show(numRows = 3, truncate = false)
longStringDF.write
.format("carbondata")
.opti…
-
After https://github.com/apache/carbondata/commit/42f69827e0a577b6128417104c0a49cd5bf21ad7
I have successfully created a table with partitions, but when I trying insert data the job end with a succes…