Skip to content

Commit 6e66a6d

Browse files
committed
fix: remove leftover product config properties
1 parent 3a1faff commit 6e66a6d

2 files changed

Lines changed: 4 additions & 206 deletions

File tree

deploy/config-spec/properties.yaml

Lines changed: 2 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -1,106 +1,5 @@
11
---
22
version: 0.1.0
33
spec:
4-
units:
5-
- unit: &unitUri
6-
name: "uri"
7-
regex: "^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?"
8-
examples:
9-
- "ldap://[2001:db8::7]/c=GB?objectClass?one"
10-
comment: "Specified in https://tools.ietf.org/html/rfc3986#appendix-B"
11-
- unit: &unitDirectory
12-
name: "directory"
13-
regex: "^/|(/[\\w-]+)+$"
14-
examples:
15-
- "/tmp/xyz"
16-
- unit: &unitClassName
17-
name: "classname"
18-
regex: "([a-zA-Z_$][a-zA-Z\\d_$]*\\.)*[a-zA-Z_$][a-zA-Z\\d_$]*"
19-
examples:
20-
- "org.apache.derby.jdbc.EmbeddedDriver"
21-
22-
properties:
23-
- property:
24-
propertyNames:
25-
- name: "networkaddress.cache.ttl"
26-
kind:
27-
type: "file"
28-
file: "security.properties"
29-
datatype:
30-
type: "integer"
31-
min: "0"
32-
recommendedValues:
33-
- fromVersion: "0.0.0"
34-
value: "30"
35-
roles:
36-
- name: "metastore"
37-
required: true
38-
asOfVersion: "0.0.0"
39-
comment: "TTL for successfully resolved domain names."
40-
description: "TTL for successfully resolved domain names."
41-
42-
- property:
43-
propertyNames:
44-
- name: "networkaddress.cache.negative.ttl"
45-
kind:
46-
type: "file"
47-
file: "security.properties"
48-
datatype:
49-
type: "integer"
50-
min: "0"
51-
recommendedValues:
52-
- fromVersion: "0.0.0"
53-
value: "0"
54-
roles:
55-
- name: "metastore"
56-
required: true
57-
asOfVersion: "0.0.0"
58-
comment: "TTL for domain names that cannot be resolved."
59-
description: "TTL for domain names that cannot be resolved."
60-
61-
- property:
62-
propertyNames:
63-
- name: "hive.metastore.port"
64-
kind:
65-
type: "file"
66-
file: "hive-site.xml"
67-
datatype:
68-
type: "integer"
69-
min: "1024"
70-
max: "65535"
71-
defaultValues:
72-
- value: "9083"
73-
roles:
74-
- name: "metastore"
75-
required: true
76-
asOfVersion: "0.0.0"
77-
- property:
78-
propertyNames:
79-
- name: "hive.metastore.metrics.enabled"
80-
kind:
81-
type: "file"
82-
file: "hive-site.xml"
83-
datatype:
84-
type: "bool"
85-
defaultValues:
86-
- value: "false"
87-
roles:
88-
- name: "metastore"
89-
required: false
90-
asOfVersion: "0.0.0"
91-
- property:
92-
propertyNames:
93-
- name: "hive.metastore.warehouse.dir"
94-
kind:
95-
type: "file"
96-
file: "hive-site.xml"
97-
datatype:
98-
type: "string"
99-
unit: *unitUri
100-
defaultValues:
101-
- value: "/user/hive/warehouse"
102-
roles:
103-
- name: "metastore"
104-
required: false
105-
description: "URI of the default location for native tables."
106-
asOfVersion: "0.0.0"
4+
units: []
5+
properties: []
Lines changed: 2 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -1,106 +1,5 @@
11
---
22
version: 0.1.0
33
spec:
4-
units:
5-
- unit: &unitUri
6-
name: "uri"
7-
regex: "^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?"
8-
examples:
9-
- "ldap://[2001:db8::7]/c=GB?objectClass?one"
10-
comment: "Specified in https://tools.ietf.org/html/rfc3986#appendix-B"
11-
- unit: &unitDirectory
12-
name: "directory"
13-
regex: "^/|(/[\\w-]+)+$"
14-
examples:
15-
- "/tmp/xyz"
16-
- unit: &unitClassName
17-
name: "classname"
18-
regex: "([a-zA-Z_$][a-zA-Z\\d_$]*\\.)*[a-zA-Z_$][a-zA-Z\\d_$]*"
19-
examples:
20-
- "org.apache.derby.jdbc.EmbeddedDriver"
21-
22-
properties:
23-
- property:
24-
propertyNames:
25-
- name: "networkaddress.cache.ttl"
26-
kind:
27-
type: "file"
28-
file: "security.properties"
29-
datatype:
30-
type: "integer"
31-
min: "0"
32-
recommendedValues:
33-
- fromVersion: "0.0.0"
34-
value: "30"
35-
roles:
36-
- name: "metastore"
37-
required: true
38-
asOfVersion: "0.0.0"
39-
comment: "TTL for successfully resolved domain names."
40-
description: "TTL for successfully resolved domain names."
41-
42-
- property:
43-
propertyNames:
44-
- name: "networkaddress.cache.negative.ttl"
45-
kind:
46-
type: "file"
47-
file: "security.properties"
48-
datatype:
49-
type: "integer"
50-
min: "0"
51-
recommendedValues:
52-
- fromVersion: "0.0.0"
53-
value: "0"
54-
roles:
55-
- name: "metastore"
56-
required: true
57-
asOfVersion: "0.0.0"
58-
comment: "TTL for domain names that cannot be resolved."
59-
description: "TTL for domain names that cannot be resolved."
60-
61-
- property:
62-
propertyNames:
63-
- name: "hive.metastore.port"
64-
kind:
65-
type: "file"
66-
file: "hive-site.xml"
67-
datatype:
68-
type: "integer"
69-
min: "1024"
70-
max: "65535"
71-
defaultValues:
72-
- value: "9083"
73-
roles:
74-
- name: "metastore"
75-
required: true
76-
asOfVersion: "0.0.0"
77-
- property:
78-
propertyNames:
79-
- name: "hive.metastore.metrics.enabled"
80-
kind:
81-
type: "file"
82-
file: "hive-site.xml"
83-
datatype:
84-
type: "bool"
85-
defaultValues:
86-
- value: "false"
87-
roles:
88-
- name: "metastore"
89-
required: false
90-
asOfVersion: "0.0.0"
91-
- property:
92-
propertyNames:
93-
- name: "hive.metastore.warehouse.dir"
94-
kind:
95-
type: "file"
96-
file: "hive-site.xml"
97-
datatype:
98-
type: "string"
99-
unit: *unitUri
100-
defaultValues:
101-
- value: "/user/hive/warehouse"
102-
roles:
103-
- name: "metastore"
104-
required: false
105-
description: "URI of the default location for native tables."
106-
asOfVersion: "0.0.0"
4+
units: []
5+
properties: []

0 commit comments

Comments
 (0)