polite-ghost-91039
10/27/2022, 2:33 PMwitty-microphone-40893
10/27/2022, 2:48 PMproud-lamp-13920
10/28/2022, 5:19 AMdatahub: command not found message
help me pleasehigh-gigabyte-86638
10/28/2022, 7:13 AMhelpful-london-56362
10/28/2022, 11:26 AMbootstrap-server endpoint
to use in the actions yaml file. I used the values specified in my values.yaml
file, but those couldn't be resolved.
any help will be appreciated. Thank you!handsome-football-66174
10/28/2022, 7:01 PMclever-garden-23538
10/28/2022, 9:50 PMbillowy-pilot-93812
10/30/2022, 9:22 AMastonishing-pager-27015
10/30/2022, 8:57 PMproud-lamp-13920
10/31/2022, 6:23 AMhelpful-london-56362
10/31/2022, 8:05 PMcareful-france-26343
11/01/2022, 12:01 AM2022/10/31 23:12:01 Problem with request: Get <http://elasticsearch-master:9200>: dial tcp 10.100.139.159:9200: connect: connection refused. Sleeping 1s
2022/10/31 23:12:01 Timeout after 2m0s waiting on dependencies to become available: [<http://elasticsearch-master:9200>]
Does anyone know what's causing it?microscopic-room-90690
11/01/2022, 6:27 AMsource:
type: s3
config:
platform: s3
profiling:
enabled: false
profile_table_level_only: false
path_specs:
- include: "<s3://path/cluster=dev/datatype={table}/year={partition[0]}/month={partition[1]}/day={partition[2]}/*.parquet>"
aws_config:
aws_region: us-east-1
sink:
type: "datahub-rest"
config:
server: "<http://localhost:8080>"
lemon-cat-72045
11/01/2022, 9:48 AMfull-shoe-73099
11/01/2022, 10:16 AMbland-orange-13353
11/01/2022, 12:45 PMwitty-microphone-40893
11/01/2022, 5:54 PMpiicatcher
tags from the sqlite database into Datahub.
I'm struggling to get the config correct and keep seeing the message
{datahub.entrypoints:195} - Command failed:
(sqlite3.OperationalError) no such table: sources
My config file is as follows:
source:
type: dbcat.datahub.CatalogSource
config:
database: main
source_names:
- test_cat
sink:
type: "datahub-rest"
config:
server: "<http://localhost:8080>"
Command $ datahub ingest -c ./export.yml
witty-television-74309
11/01/2022, 8:39 PMancient-apartment-23316
11/01/2022, 10:38 PMdatahub-elasticsearch-setup-job
error. The credentials seem to be correct, I can login to opensearch via browser using the username datahub-dev-1
and the password from the k8s elasticsearch-secrets
.
kubectl logs job.batch/datahub-elasticsearch-setup-job
2022/11/01 22:02:31 Waiting for: <https://vpc-datahub-opensearch-dev-1-qweqwe.us-east-1.es.amazonaws.com:443>
2022/11/01 22:02:32 Received 401 from <https://vpc-datahub-opensearch-dev-1-qweqwe.us-east-1.es.amazonaws.com:443>. Sleeping 1s
2022/11/01 22:04:31 Timeout after 2m0s waiting on dependencies to become available: [<https://vpc-datahub-opensearch-dev-1-qweqwe.us-east-1.es.amazonaws.com:443>]
values.yaml:
elasticsearch:
host: "<http://vpc-datahub-opensearch-dev-1-qweqwe.us-east-1.es.amazonaws.com|vpc-datahub-opensearch-dev-1-qweqwe.us-east-1.es.amazonaws.com>"
port: "443"
useSSL: "true"
auth:
username: "datahub-dev-1"
password:
secretRef: elasticsearch-secrets
secretKey: elasticsearch-password
modern-garden-35830
11/02/2022, 9:56 AMmicroscopic-mechanic-13766
11/02/2022, 1:08 PMbright-diamond-60933
11/02/2022, 1:45 PMSPRING_KAFKA_PROPERTIES_SECURITY_PROTOCOL=SASL_SSL
SPRING_KAFKA_PROPERTIES_SSL_TRUSTSTORE_LOCATION=/tmp/kafka.client.truststore.jks
SPRING_KAFKA_PROPERTIES_SASL_MECHANISM=AWS_MSK_IAM
SPRING_KAFKA_PROPERTIES_SASL_JAAS_CONFIG=software.amazon.msk.auth.iam.IAMLoginModule required;
SPRING_KAFKA_PROPERTIES_SASL_CLIENT_CALLBACK_HANDLER_CLASS=software.amazon.msk.auth.iam.IAMClientCallbackHandler
and also set the KAFKA_BOOTSTRAP_SERVER
to the MSK public endpoint and the KAFKA_ZOOKEEPER_CONNECT
in kafka_setup to the zookeper TLS endpoint in msk cluster.
I did this within docker.env inside gms, mce-consumer, mae-consumer and kafka-setup, but its not connecting to the msk cluster. I am getting this error:
Caused by: org.apache.kafka.common.KafkaException: javax.security.auth.login.LoginException: No LoginModule found for software.amazon.msk.auth.iam.IAMLoginModule
kafka-setup | at org.apache.kafka.common.network.SaslChannelBuilder.configure(SaslChannelBuilder.java:172)
kafka-setup | at org.apache.kafka.common.network.ChannelBuilders.create(ChannelBuilders.java:157)
kafka-setup | at org.apache.kafka.common.network.ChannelBuilders.clientChannelBuilder(ChannelBuilders.java:73)
kafka-setup | at org.apache.kafka.clients.ClientUtils.createChannelBuilder(ClientUtils.java:105)
kafka-setup | at org.apache.kafka.clients.admin.KafkaAdminClient.createInternal(KafkaAdminClient.java:508)
clever-garden-23538
11/02/2022, 7:19 PMjava.lang.UnsupportedOperationException: ChangeType not supported: CREATE for aspect corpUserInfo
why is CREATE not supported for users/groups 😞lively-dusk-19162
11/02/2022, 9:14 PMpowerful-breakfast-81119
11/03/2022, 12:02 AMmany-piano-52097
11/03/2022, 3:29 AMpolite-ghost-91039
11/03/2022, 10:47 AMancient-apartment-23316
11/03/2022, 11:35 AMhelm upgrade --install datahub datahub/datahub --values values.yaml --debug
Now I see this error when I try to go to my main datahub page:
Failed to perform post authentication steps. Error message: Failed to provision user with urn urn:li:corpuser:Slava.S@qwerty.com.
hallowed-spring-18709
11/03/2022, 1:47 PMvalues.xml
files for both datahub and prerequisites with no avail. I will post my values.xml
as a thread. I also added env values obtained from the datahub quickstart docker-compose files but doesn't seem to help either.bumpy-manchester-97826
11/03/2022, 2:16 PM