You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by bi...@apache.org on 2018/08/24 01:40:57 UTC

hadoop git commit: YARN-7773. YARN Federation used Mysql as state store throw exception, Unknown column 'homeSubCluster' in 'field list'. Contributed by Yiran Wu.

Repository: hadoop
Updated Branches:
  refs/heads/branch-3.1 84654451f -> 246086984


YARN-7773. YARN Federation used Mysql as state store throw exception, Unknown column 'homeSubCluster' in 'field list'. Contributed by Yiran Wu.

(cherry picked from commit 60e5c1b516647bf99ef3e9501c0ce04deea13ce9)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/24608698
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/24608698
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/24608698

Branch: refs/heads/branch-3.1
Commit: 246086984e32a6070ef43d8ab066a9da293185ac
Parents: 8465445
Author: Inigo Goiri <in...@apache.org>
Authored: Mon Apr 16 16:26:54 2018 -0700
Committer: bibinchundatt <bi...@apache.org>
Committed: Fri Aug 24 07:10:02 2018 +0530

----------------------------------------------------------------------
 .../bin/FederationStateStore/MySQL/FederationStateStoreTables.sql  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/24608698/hadoop-yarn-project/hadoop-yarn/bin/FederationStateStore/MySQL/FederationStateStoreTables.sql
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/hadoop-yarn/bin/FederationStateStore/MySQL/FederationStateStoreTables.sql b/hadoop-yarn-project/hadoop-yarn/bin/FederationStateStore/MySQL/FederationStateStoreTables.sql
index 67a1817..57cecb2 100644
--- a/hadoop-yarn-project/hadoop-yarn/bin/FederationStateStore/MySQL/FederationStateStoreTables.sql
+++ b/hadoop-yarn-project/hadoop-yarn/bin/FederationStateStore/MySQL/FederationStateStoreTables.sql
@@ -22,7 +22,7 @@ USE FederationStateStore
 
 CREATE TABLE applicationsHomeSubCluster(
    applicationId varchar(64) NOT NULL,
-   subClusterId varchar(256) NULL,
+   homeSubCluster varchar(256) NULL,
    CONSTRAINT pk_applicationId PRIMARY KEY (applicationId)
 );
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org