7180 port is not open to External. so I want to modify the default port
7180 to the other. I saw the detail in
http://grokbase.com/t/cloudera/scm-users/1289jt57w3/cloudera-scm-server-port-configuration-file
#
Use pgadmin or any other client to open the DB, there is a table called *
"settings"* inside *"scm"* DB.
You can see update the column *"http_port"* with the value you want.
#
but i cannot find the table "settings*" my table info:
scm-> \d
List of relations
Schema | Name | Type | Owner
--------+-------------------+-------+-------
public | audits | table | scm
public | client_configs | table | scm
public | clusters | table | scm
public | cm_version | table | scm
public | commands | table | scm
public | config_containers | table | scm
public | config_revisions | table | scm
public | configs | table | scm
public | credentials | table | scm
public | hosts | table | scm
public | processes | table | scm
public | roles | table | scm
public | schema_version | table | scm
public | services | table | scm
public | user_roles | table | scm
public | user_settings | table | scm
public | users | table | scm
Just an addition: This is Cloudera Manager Free Edition
thanks