Skip to content

Instantly share code, notes, and snippets.

@zunman
Last active December 31, 2015 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zunman/253d2b8851f99bbc0f5d to your computer and use it in GitHub Desktop.
Save zunman/253d2b8851f99bbc0f5d to your computer and use it in GitHub Desktop.
# Copyright (c) 2013 Cloudera, Inc. All rights reserved.
#
# This file describes the database connection.
#
# The database type
# Currently 'mysql', 'postgresql' and 'oracle' are valid databases.
com.cloudera.cmf.db.type=mysql
# The database host
# If a non standard port is needed, use 'hostname:port'
com.cloudera.cmf.db.host=localhost
# The database name
com.cloudera.cmf.db.name=testdb
# The database user
com.cloudera.cmf.db.user=root
# The database user's password
com.cloudera.cmf.db.password=password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment