Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
1. Set carbon.enable.index.server to true in JDBCServer
2. Set carbon.indexserver.enable.prepriming to true in JDBCServer
3. Launch spark-beeline , and run these commands
create table test1 (id int) stored by 'carbondata';
insert into test1 select 1;
4. Check the Job Page UI in IndexServer application , the Description of prepriming job is empty
Attachments
Issue Links
- links to