haojinIntel

Results 14 issues of haojinIntel

For OAP-1.4 testing, we encounter hanging issue when running q14a.sql on our ubuntu cluster. ![image](https://user-images.githubusercontent.com/44394375/173547602-ea39e075-a766-4d27-87f7-ca76143e4099.png) When we set "spark.oap.sql.columnar.hashagg" equal to false, the query can pass.

bug

We used the code of branch-1.4 and triggered stability test for gazelle and run TPC-DS with 1.5TB data scale for 20 rounds. Q53.sql failed on 8th round thanks to the...

bug

We use the cluster with 1 master and 3 workers. Each worker contains 128 vcores and 512GB DRAM. Vanilla spark can successfully run TPC-DS F10TB while gazelle will fail during...

bug

We use the settings about batch size like below confs: ``` spark.sql.inMemoryColumnarStorage.batchSize 32768 spark.sql.execution.arrow.maxRecordsPerBatch 32768 spark.sql.parquet.columnarReaderBatchSize 32768 ``` When running q14a.sql or q14b.sql, the test will be hang on native...

bug

The queries of TPC-DS with SMJ has obvious performance regression.

bug

I've installed sbt-0.13.15 in my environment. I trigger "sbt packge" and meet the following exceptions: ![image](https://user-images.githubusercontent.com/44394375/117831872-92604f80-b2a7-11eb-8dc2-5cd48e447459.png) Is there anyone meet the similar issue? And how can I fix this problem.

For OAP-1.2, we target to support all features on cloud. We choose emr-6.3.0 and the versions of software are showed below: ![image](https://user-images.githubusercontent.com/44394375/122195362-e4a91780-cec8-11eb-8e60-c73c2e551f0f.png) We try to run TPC-DS power test with...

For OAP-1.2, we target to support all features on cloud. We choose emr-6.3.0 and the versions of software are showed below: ![image](https://user-images.githubusercontent.com/44394375/122376604-e04b3000-cf96-11eb-8c79-c4ed093ced11.png) For plasma-sql-ds-cache it's not convenient to log on...

We use the same configuration to run TPC-DS with 3TB data scale. The cluster contains 3 workers and each contains 1TB PMEM. The performance has 12.9% regression. Component | Configuration...