Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

[TRAFODION-2663] Simplify HBase config settings in installers #1140

Merged
merged 6 commits into from
Jul 3, 2017

Commits on Jun 22, 2017

  1. [TRAFODION-2663] Simplify HBase config settings in installers

    Remove settings that are now in per-table trafodion-site.xml config.
    
    For Ambari, 2.2 service_advisor over-rides the 2.1 version. This allows
    possibility of single plug-in to manage 2.1 & 2.2 installs, though this is not
    tested.
    svarnau committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    aaa5abf View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

  1. [TRAFODION-2663] Add re-check in hbcheck

    Simplifying the HBase config seems to have changed the timing of
    HBase start-up on HDP nodes. We are trying to talk to HBase while
    master is still initializing. I have added re-tries in hbcheck
    to compensate.
    svarnau committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    98620b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

  1. [TRAFODION-2663] Use hbase bulkload staging dir default value

    This change-set exposed a race condition in installation.
    
    Hbase regionserver was dying because pyinstaller is starting
    regionserver before the new staging dir exists in hdfs. Prior to
    simplifying the settings, installer won the race of creating hdfs
    dir before regionserver looked for it.
    
    To address this, we should just use HBase default value for.
    
    Also remove hbase setting for hbase.client.keyvalue.maxsize from
    installer. That can be added to trafodion-site.xml if needed.
    svarnau committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    c0e3951 View commit details
    Browse the repository at this point in the history
  2. [TRAFODION-2263] include ambari-installer keyvalue change

    Missed one file in prior commit.
    svarnau committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    d1e3cec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c55b2fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35f9299 View commit details
    Browse the repository at this point in the history