brave-tomato-16287
08/02/2022, 1:30 PMbright-diamond-60933
08/02/2022, 2:32 PMbusy-analyst-8258
08/02/2022, 3:32 PMthousands-secretary-3263
08/02/2022, 4:41 PMastonishing-lizard-90580
08/02/2022, 5:48 PMbumpy-pilot-52145
08/02/2022, 7:50 PMquiet-wolf-56299
08/02/2022, 8:12 PMalert-ram-30868
08/03/2022, 6:12 AMclass SchemaFieldClass(DictWrapper):
"""SchemaField to describe metadata related to dataset schema."""
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.schema.SchemaField")
def __init__(self,
fieldPath: str,
type: "SchemaFieldDataTypeClass",
nativeDataType: str,
jsonPath: Union[None, str]=None,
nullable: Optional[bool]=None,
description: Union[None, str]=None,
recursive: Optional[bool]=None,
globalTags: Union[None, "GlobalTagsClass"]=None,
glossaryTerms: Union[None, "GlossaryTermsClass"]=None,
isPartOfKey: Optional[bool]=None,
jsonProps: Union[None, str]=None,
):
super().__init__()
self.fieldPath = fieldPath
self.jsonPath = jsonPath
if nullable is None:
# default: False
self.nullable = self.RECORD_SCHEMA.fields_dict["nullable"].default
else:
self.nullable = nullable
self.description = description
self.type = type
self.nativeDataType = nativeDataType
if recursive is None:
# default: False
self.recursive = self.RECORD_SCHEMA.fields_dict["recursive"].default
else:
self.recursive = recursive
self.globalTags = globalTags
self.glossaryTerms = glossaryTerms
if isPartOfKey is None:
# default: False
self.isPartOfKey = self.RECORD_SCHEMA.fields_dict["isPartOfKey"].default
else:
self.isPartOfKey = isPartOfKey
self.jsonProps = jsonProps
In Schema field Class , What is the recursive in this ? , is it related to nested fields in the dataset?lemon-engine-23512
08/03/2022, 8:18 AMfull-chef-85630
08/03/2022, 8:34 AMError: INSTALLATION FAILED: template: datahub/charts/datahub-mce-consumer/templates/deployment.yaml:145:12: executing "datahub/charts/datahub-mce-consumer/templates/deployment.yaml" at <include "datahub-jmxexporter.container" .>: error calling include: template: datahub/charts/datahub-jmxexporter/templates/_container.tpl:4:28: executing "datahub-jmxexporter.container" at <.Values.exporters.jmx.image.repository>: nil pointer evaluating interface {}.repository
breezy-shoe-41523
08/03/2022, 9:25 AMbillions-football-16062
08/03/2022, 10:41 AMmysterious-pager-59554
08/03/2022, 3:14 PMflaky-parrot-48828
08/04/2022, 9:18 AMflaky-parrot-48828
08/04/2022, 9:18 AMdamp-businessperson-33501
08/04/2022, 11:49 AMquiet-wolf-56299
08/04/2022, 1:34 PMquiet-wolf-56299
08/04/2022, 2:53 PMquiet-jewelry-72419
08/05/2022, 1:29 AMtall-butcher-30509
08/05/2022, 2:58 AMkind-whale-32412
08/05/2022, 7:16 PMkind-whale-32412
08/05/2022, 7:51 PMeditableSchemaMetadata
. Are these entries persisted forever? Also I noticed the order is kept as version 0 being the current; and version 1 is the oldest and all the subsequent versions are later additionslemon-engine-23512
08/08/2022, 9:28 AMfull-chef-85630
08/08/2022, 1:30 PMfamous-fireman-41042
08/08/2022, 4:12 PMhelpful-greece-26038
08/08/2022, 8:41 PMsquare-hair-99480
08/09/2022, 9:25 AMpolicies.json
and if I can manage it under git control? If you are aware of any further documentation, webinars or blogs on it please share!agreeable-army-26750
08/09/2022, 10:05 AM+ echo
+ grep -q ://
+ NEO4J_HOST=http://
+ [[ ! -z '' ]]
+ [[ -z '' ]]
+ ELASTICSEARCH_AUTH_HEADER='Accept: */*'
+ [[ '' == true ]]
+ ELASTICSEARCH_PROTOCOL=http
+ WAIT_FOR_EBEAN=
+ [[ '' != true ]]
+ [[ '' == ebean ]]
+ [[ -z '' ]]
+ WAIT_FOR_EBEAN=' -wait <tcp://mysql:3306> '
+ WAIT_FOR_CASSANDRA=
+ [[ '' == cassandra ]]
+ WAIT_FOR_KAFKA=
+ [[ '' != true ]]
++ echo broker:29092
++ sed 's/,/ -wait tcp:\/\//g'
+ WAIT_FOR_KAFKA=' -wait <tcp://broker:29092> '
+ WAIT_FOR_NEO4J=
+ [[ elasticsearch != elasticsearch ]]
+ OTEL_AGENT=
+ [[ '' == true ]]
+ PROMETHEUS_AGENT=
+ [[ '' == true ]]
+ auth_resource_dir=/etc/datahub/plugins/auth/resources
+ COMMON='
-wait <tcp://mysql:3306> -wait <tcp://broker:29092> -timeout 240s java -Xms1g -Xmx1g -jar /jetty-runner.jar --jar jetty-util.jar --jar jetty-jmx.jar --classes /etc/datahub/plugins/auth/resources --config /datahub/datahub-gms/scripts/jetty.xml /datahub/datahub-gms/bin/war.war'
+ [[ '' != true ]]
+ exec dockerize -wait <http://elasticsearch:9200> -wait-http-header 'Accept: */*' -wait <tcp://mysql:3306> -wait <tcp://broker:29092> -timeout 240s java -Xms1g -Xmx1g -jar /jetty-runner.jar --jar jetty-util.jar --jar jetty-jmx.jar --classes /etc/datahub/plugins/auth/resources --config /datahub/datahub-gms/scripts/jetty.xml /datahub/datahub-gms/bin/war.war
2022/08/09 10:00:12 Waiting for: <http://elasticsearch:9200>
2022/08/09 10:00:12 Waiting for: <tcp://mysql:3306>
2022/08/09 10:00:12 Waiting for: <tcp://broker:29092>
2022/08/09 10:00:12 Connected to <tcp://mysql:3306>
2022/08/09 10:00:12 Problem with dial: dial tcp 172.21.0.8:29092: connect: connection refused. Sleeping 1s
2022/08/09 10:00:12 Problem with request: Get "<http://elasticsearch:9200>": dial tcp 172.21.0.3:9200: connect: connection refused. Sleeping 1s
2022/08/09 10:00:13 Problem with request: Get "<http://elasticsearch:9200>": dial tcp 172.21.0.3:9200: connect: connection refused. Sleeping 1s
2022/08/09 10:00:13 Problem with dial: dial tcp 172.21.0.8:29092: connect: connection refused. Sleeping 1s
2022/08/09 10:00:14 Problem with request: Get "<http://elasticsearch:9200>": dial tcp 172.21.0.3:9200: connect: connection refused. Sleeping 1s
2022/08/09 10:00:14 Problem with dial: dial tcp 172.21.0.8:29092: connect: connection refused. Sleeping 1s
2022/08/09 10:00:15 Problem with dial: dial tcp 172.21.0.8:29092: connect: connection refused. Sleeping 1s
2022/08/09 10:00:15 Problem with request: Get "<http://elasticsearch:9200>": dial tcp 172.21.0.3:9200: connect: connection refused. Sleeping 1s
2022/08/09 10:00:16 Problem with dial: dial tcp 172.21.0.8:29092: connect: connection refused. Sleeping 1s
2022/08/09 10:00:16 Problem with request: Get "<http://elasticsearch:9200>": dial tcp 172.21.0.3:9200: connect: connection refused. Sleeping 1s
2022/08/09 10:00:17 Problem with dial: dial tcp 172.21.0.8:29092: connect: connection refused. Sleeping 1s
2022/08/09 10:00:17 Problem with request: Get "<http://elasticsearch:9200>": dial tcp 172.21.0.3:9200: connect: connection refused. Sleeping 1s
2022/08/09 10:00:18 Problem with dial: dial tcp 172.21.0.8:29092: connect: connection refused. Sleeping 1s
2022/08/09 10:00:18 Problem with request: Get "<http://elasticsearch:9200>": dial tcp 172.21.0.3:9200: connect: connection refused. Sleeping 1s
2022/08/09 10:00:19 Problem with request: Get "<http://elasticsearch:9200>": dial tcp 172.21.0.3:9200: connect: connection refused. Sleeping 1s
2022/08/09 10:00:19 Problem with dial: dial tcp 172.21.0.8:29092: connect: connection refused. Sleeping 1s
2022/08/09 10:00:20 Problem with dial: dial tcp 172.21.0.8:29092: connect: connection refused. Sleeping 1s
2022/08/09 10:00:20 Problem with request: Get "<http://elasticsearch:9200>": dial tcp 172.21.0.3:9200: connect: connection refused. Sleeping 1s
2022/08/09 10:00:21 Problem with dial: dial tcp 172.21.0.8:29092: connect: connection refused. Sleeping 1s
2022/08/09 10:00:21 Problem with request: Get "<http://elasticsearch:9200>": dial tcp 172.21.0.3:9200: connect: connection refused. Sleeping 1s
2022/08/09 10:00:22 Problem with request: Get "<http://elasticsearch:9200>": dial tcp 172.21.0.3:9200: connect: connection refused. Sleeping 1s
2022/08/09 10:00:22 Problem with dial: dial tcp 172.21.0.8:29092: connect: connection refused. Sleeping 1s
2022/08/09 10:00:23 Problem with dial: dial tcp 172.21.0.8:29092: connect: connection refused. Sleeping 1s
2022/08/09 10:00:23 Problem with request: Get "<http://elasticsearch:9200>": dial tcp 172.21.0.3:9200: connect: connection refused. Sleeping 1s
2022/08/09 10:00:24 Problem with dial: dial tcp 172.21.0.8:29092: connect: connection refused. Sleeping 1s
2022/08/09 10:00:24 Problem with request: Get "<http://elasticsearch:9200>": dial tcp 172.21.0.3:9200: connect: connection refused. Sleeping 1s
2022/08/09 10:00:25 Problem with request: Get "<http://elasticsearch:9200>": dial tcp 172.21.0.3:9200: connect: connection refused. Sleeping 1s
2022/08/09 10:00:25 Problem with dial: dial tcp 172.21.0.8:29092: connect: connection refused. Sleeping 1s
2022/08/09 10:00:26 Problem with request: Get "<http://elasticsearch:9200>": dial tcp 172.21.0.3:9200: connect: connection refused. Sleeping 1s
2022/08/09 10:00:26 Connected to <tcp://broker:29092>
2022/08/09 10:00:27 Problem with request: Get "<http://elasticsearch:9200>": dial tcp 172.21.0.3:9200: connect: connection refused. Sleeping 1s
2022/08/09 10:00:28 Problem with request: Get "<http://elasticsearch:9200>": dial tcp 172.21.0.3:9200: connect: connection refused. Sleeping 1s
2022/08/09 10:00:29 Problem with request: Get "<http://elasticsearch:9200>": dial tcp 172.21.0.3:9200: connect: connection refused. Sleeping 1s
2022/08/09 10:00:30 Problem with request: Get "<http://elasticsearch:9200>": dial tcp 172.21.0.3:9200: connect: connection refused. Sleeping 1s
2022/08/09 10:00:31 Problem with request: Get "<http://elasticsearch:9200>": dial tcp 172.21.0.3:9200: connect: connection refused. Sleeping 1s
2022/08/09 10:00:32 Problem with request: Get "<http://elasticsearch:9200>": dial tcp 172.21.0.3:9200: connect: connection refused. Sleeping 1s
2022/08/09 10:00:33 Problem with request: Get "<http://elasticsearch:9200>": dial tcp 172.21.0.3:9200: connect: connection refused. Sleeping 1s
2022/08/09 10:00:34 Problem with request: Get "<http://elasticsearch:9200>": dial tcp 172.21.0.3:9200: connect: connection refused. Sleeping 1s
2022/08/09 10:00:35 Problem with request: Get "<http://elasticsearch:9200>": dial tcp 172.21.0.3:9200: connect: connection refused. Sleeping 1s
2022/08/09 10:00:36 Problem with request: Get "<http://elasticsearch:9200>": dial tcp 172.21.0.3:9200: connect: connection refused. Sleeping 1s
2022/08/09 10:00:37 Problem with request: Get "<http://elasticsearch:9200>": dial tcp 172.21.0.3:9200: connect: connection refused. Sleeping 1s
2022/08/09 10:00:38 Received 200 from <http://elasticsearch:9200>
2022-08-09 10:00:38.917:INFO::main: Logging initialized @546ms to org.eclipse.jetty.util.log.StdErrLog
WARNING: jetty-runner is deprecated.
See Jetty Documentation for startup options
<https://www.eclipse.org/jetty/documentation/>
ERROR: No such classes directory file:///etc/datahub/plugins/auth/resources
Usage: java [-Djetty.home=dir] -jar jetty-runner.jar [--help|--version] [ server opts] [[ context opts] context ...]
Server opts:
--version - display version and exit
--log file - request log filename (with optional 'yyyy_mm_dd' wildcard
--out file - info/warn/debug log filename (with optional 'yyyy_mm_dd' wildcard
--host name|ip - interface to listen on (default is all interfaces)
--port n - port to listen on (default 8080)
--stop-port n - port to listen for stop command (or -DSTOP.PORT=n)
--stop-key n - security string for stop command (required if --stop-port is present) (or -DSTOP.KEY=n)
[--jar file]*n - each tuple specifies an extra jar to be added to the classloader
[--lib dir]*n - each tuple specifies an extra directory of jars to be added to the classloader
[--classes dir]*n - each tuple specifies an extra directory of classes to be added to the classloader
--stats [unsecure|realm.properties] - enable stats gathering servlet context
[--config file]*n - each tuple specifies the name of a jetty xml config file to apply (in the order defined)
Context opts:
[[--path /path] context]*n - WAR file, web app dir or context xml file, optionally with a context path
2022/08/09 10:00:38 Command exited with error: exit status 1
famous-fireman-41042
08/09/2022, 10:18 AMagreeable-army-26750
08/09/2022, 1:29 PM