Support Questions

Find answers, ask questions, and share your expertise

ASK:Ambari Hive View Expert : When and How to generate table of ds_jobimpl_xx and ds_jobimpl_xx_id_seq?

avatar

I have a problem when init Hive view. It inits ds_jobimpl_xx table but miss add ds_jobimpl_xx_id_seq to ambari_sequences.

I go through all Hive view code but can not find any info about those. Any expert can help me to clarify it?  Thank you.

1 ACCEPTED SOLUTION

avatar

After going through code I find in here to generate ds_jobimpl_xx  and insert ds_jobimpl_xx_id_seq. 

 

https://github.com/apache/ambari/blob/trunk/ambari-server/src/main/java/org/apache/ambari/server/vie...

View solution in original post

1 REPLY 1

avatar

After going through code I find in here to generate ds_jobimpl_xx  and insert ds_jobimpl_xx_id_seq. 

 

https://github.com/apache/ambari/blob/trunk/ambari-server/src/main/java/org/apache/ambari/server/vie...