[
https://issues.apache.org/jira/browse/CARBONDATA-3743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kunal Kapoor resolved CARBONDATA-3743.
--------------------------------------
Fix Version/s: 2.0.0
Resolution: Fixed
> 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
> Priority: Minor
> Fix For: 2.0.0
>
> Time Spent: 2h 40m
> Remaining Estimate: 0h
>
> 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)