Project

General

Profile

« Previous | Next » 

Revision 36336

Added by Marek Horst about 9 years ago

#1257 raising oozie.action.max.output.data to 8192

View differences:

modules/icm-iis-statistics/trunk/core/src/test/resources/hsqldb-oozie-site.xml
15 15
  limitations under the License. See accompanying LICENSE file.
16 16
-->
17 17
<configuration>
18
<property>
19
     <name>oozie.action.max.output.data</name>
20
     <value>8192</value>
21
</property>
18 22
    <property>
19 23
        <name>oozie.service.JPAService.jdbc.driver</name>
20 24
        <value>org.hsqldb.jdbcDriver</value>
modules/icm-iis-statistics/trunk/core/src/test/resources/mysql-oozie-site.xml
18 18
-->
19 19
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
20 20
<configuration>
21
<property>
22
     <name>oozie.action.max.output.data</name>
23
     <value>8192</value>
24
</property>
21 25
    <property>
22 26
      <name>oozie.service.JPAService.jdbc.driver</name>
23 27
        <value>com.mysql.jdbc.Driver</value>
modules/icm-iis-statistics/trunk/core/src/test/resources/oracle-oozie-site.xml
15 15
  limitations under the License. See accompanying LICENSE file.
16 16
-->
17 17
<configuration>
18
<property>
19
     <name>oozie.action.max.output.data</name>
20
     <value>8192</value>
21
</property>
18 22
    <property>
19 23
        <name>oozie.service.JPAService.jdbc.driver</name>
20 24
        <value>oracle.jdbc.driver.OracleDriver</value>
modules/icm-iis-statistics/trunk/core/src/test/resources/postgres-oozie-site.xml
15 15
  limitations under the License. See accompanying LICENSE file.
16 16
-->
17 17
<configuration>
18
<property>
19
     <name>oozie.action.max.output.data</name>
20
     <value>8192</value>
21
</property>
18 22
    <property>
19 23
        <name>oozie.service.JPAService.jdbc.driver</name>
20 24
        <value>org.postgresql.Driver</value>

Also available in: Unified diff