Vikram Ahuja created CARBONDATA-3743:
----------------------------------------
Summary: The collect cache Job started as Prepriming is missing a Description in Job Page UI
Key: CARBONDATA-3743
URL:
https://issues.apache.org/jira/browse/CARBONDATA-3743 Project: CarbonData
Issue Type: Bug
Components: spark-integration
Reporter: Vikram Ahuja
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
--
This message was sent by Atlassian Jira
(v8.3.4#803005)