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 60e5c1b516
)
This commit is contained in:
parent
84654451fa
commit
246086984e
|
@ -22,7 +22,7 @@ USE FederationStateStore
|
||||||
|
|
||||||
CREATE TABLE applicationsHomeSubCluster(
|
CREATE TABLE applicationsHomeSubCluster(
|
||||||
applicationId varchar(64) NOT NULL,
|
applicationId varchar(64) NOT NULL,
|
||||||
subClusterId varchar(256) NULL,
|
homeSubCluster varchar(256) NULL,
|
||||||
CONSTRAINT pk_applicationId PRIMARY KEY (applicationId)
|
CONSTRAINT pk_applicationId PRIMARY KEY (applicationId)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue