Skip to content

Instantly share code, notes, and snippets.

@devopsmariocom
Created December 14, 2011 21:01
Show Gist options
  • Save devopsmariocom/1478506 to your computer and use it in GitHub Desktop.
Save devopsmariocom/1478506 to your computer and use it in GitHub Desktop.
<configuration>
<property>
<name>com.trex.mapreduce.job_root</name>
<value>http://localhost:3000</value>
</property>
<property>
<name>com.trex.mapreduce.database_address</name>
<value>jdbc:mysql://localhost/trex_production</value>
</property>
<property>
<name>com.trex.mapreduce.mongo_address</name>
<value>localhost</value>
</property>
<property>
<name>com.trex.mapreduce.database_user</name>
<value>root</value>
</property>
<property>
<name>com.trex.mapreduce.database_password</name>
<value></value>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment