Revision 29762
Added by Eri Katsari over 10 years ago
modules/dnet-openaire-stats/trunk/src/main/java/eu/dnetlib/data/mapreduce/hbase/statsExport/drivers/DBDriver.java | ||
---|---|---|
45 | 45 |
|
46 | 46 |
try { |
47 | 47 |
|
48 |
statsDao.buildViews(); |
|
49 |
// |
|
50 |
// TODO put again later |
|
51 |
statsDao.buildIndexes(); |
|
52 |
// statsDao.executeExtraInserts(); |
|
53 |
// statsDao.renameSchema(); |
|
48 |
statsDao.buildViews(); |
|
49 |
statsDao.buildIndexes(); |
|
50 |
statsDao.executeExtraInserts(); |
|
51 |
// statsDao.renameSchema(); |
|
54 | 52 |
} catch (Exception e) { |
55 | 53 |
log.error("Error while finalizing SQL DB", e); |
56 | 54 |
throw new Exception("Error while finalizing SQL DB", e); |
Also available in: Unified diff