You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/01/15 15:42:52 UTC

[GitHub] [druid] ritik02 opened a new issue #9194: [Materialized Views] Updating of derivative DataSource dimensions or metrics

ritik02 opened a new issue #9194: [Materialized Views] Updating of derivative DataSource dimensions or metrics
URL: https://github.com/apache/druid/issues/9194
 
 
   Hey,
   I have started using Materialized views in druid and things seems to work fine .
   Only issue i came across is i am not able to update dimensions or metrics in existing spec sheet of derivative datasource .
   I get the following error in Overlord logs - 
   org.apache.druid.indexing.materializedview.MaterializedViewSupervisor - Failed to start MaterializedViewSupervisor-Click_Dump_MView. Metadata in database(DerivedDataSourceMetadata{baseDataSource=Click_Dump, dimensions=[sld_dot_tld, ad_position, customer_id, keyword_term, ad_display_url], metrics=[m_net_bid, m_count]}) is different from new dataSource metadata(MaterializedViewSupervisorSpec{baseDataSource=Click_Dump, dimensions=[sld_dot_tld, click_status, ad_position, customer_id, keyword_term, ad_display_url], metrics=[m_net_bid, m_count]})
   
   My base datasource is Click_Dump and derivate is CLick_Dump_MView.
   
   Is creating a new materialized view with new set of dimensions and metrics the only way?
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] ritik02 closed issue #9194: [Materialized Views] Updating of derivative DataSource dimensions or metrics

Posted by GitBox <gi...@apache.org>.
ritik02 closed issue #9194: [Materialized Views] Updating of derivative DataSource dimensions or metrics
URL: https://github.com/apache/druid/issues/9194
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org