Questions tagged [starrocks]

6 questions
2
votes
1 answer

Fail to build StarRocks FE

When I was trying to build StarRocks on my Mac, I met an error. Following is error messaging [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO]…
Alvin
  • 21
  • 2
0
votes
0 answers

Can we use Spring data JPA to access StarRocks db

I want to write restful api using StarRocks db I am trying to access StarRocks db table from spring data jpa. It works fine when the PK is single column. It fails for composite PK. Below is the sql generated by mysql…
0
votes
0 answers

StarRocks does not support partition for file external table?

I am trying to create a external table for hdfs files which partitioned with some columns; But I got an syntax error; create table web_sales3 ( ws_sold_date_sk integer, ws_sold_time_sk integer, ws_ship_date_sk …
Angle Tom
  • 1,060
  • 1
  • 11
  • 29
0
votes
0 answers

How to set resource limit for fe of starrocks?

I found that the be process in starrock can set the resource limit by mem_limit. But did not find out the relative configuration in configuration for fe in starrocks? Anyone knows that?
Angle Tom
  • 1,060
  • 1
  • 11
  • 29
0
votes
1 answer

StarRocks Does not read the hdfs correctly by hdfs-site.xml & core-site.xml

I start a hive with spark thriftserver and set the hdfs as the storage. And I copied the hdfs-site.xml and core-site.xml core-site.xml