Revision 42197
Added by Claudio Atzori over 8 years ago
modules/dnet-actionmanager-service/trunk/src/main/resources/eu/dnetlib/actionmanager/applicationContext-dnet-actionmanager-service.properties | ||
---|---|---|
1 | 1 |
hbase.actions.table=db_actions |
2 | 2 |
services.actionmanager.garbage.time.maring=345600000 |
3 | 3 |
services.actionmanager.hbase.client.startdelay=60000 |
4 |
services.actionmanager.basePath=/openaire/actionManager |
modules/dnet-actionmanager-service/trunk/src/main/resources/eu/dnetlib/actionmanager/applicationContext-dnet-actionmanager-service.xml | ||
---|---|---|
97 | 97 |
<property name="serviceProperties"> |
98 | 98 |
<map> |
99 | 99 |
<entry key="garbageTimeMargin" value="${services.actionmanager.garbage.time.maring}" /> |
100 |
<entry key="basePath" value="${services.actionmanager.basePath}" /> |
|
100 | 101 |
</map> |
101 | 102 |
</property> |
102 | 103 |
</bean> |
... | ... | |
112 | 113 |
scope="prototype" /> |
113 | 114 |
|
114 | 115 |
|
115 |
</beans> |
|
116 |
</beans> |
Also available in: Unified diff
added HDFS base path