icy-piano-35127
04/04/2022, 12:33 PMred-napkin-59945
04/04/2022, 6:37 PMkind-psychiatrist-76973
04/07/2022, 1:06 PMbland-balloon-48379
04/07/2022, 2:19 PMorg.apache.commons.cli
in the code or any variation of commons-cli
for that matter. I wonder if this is an underlying Java process that's having the issue. I have our nexus repo set up as a repository in the gradle config, but if java itself is trying to pull things without consuming that configuration, then maybe that could be the issue.
Any insight or thoughts around this would be helpful. I've never worked with gradle before and have limited Java experience. Thanks!nice-zoo-91347
04/08/2022, 8:22 AMable-rain-74449
04/08/2022, 11:44 AMcreamy-van-28626
04/11/2022, 10:53 AMcreamy-van-28626
04/11/2022, 2:04 PMcreamy-van-28626
04/11/2022, 3:57 PMwitty-butcher-82399
04/13/2022, 9:10 AMstrong-kite-83354
04/13/2022, 10:43 AMnutritious-jackal-99119
04/14/2022, 9:01 AMwide-helicopter-97009
04/14/2022, 9:14 PMpublic Future<MetadataWriteResponse> emit(MetadataChangeProposal mcp, Callback callback)
failed to convert some special characters. For example, "Average temperature within the geohash (in ℃)" will be converted to "Average temperature within the geohash (in â)", and the ingestion of schema will fail. May I ask what method do you us to encode and decode the String in the java emitter? Also, are you planning on making this method accept wider range of special characters?square-solstice-69079
04/14/2022, 9:27 PMmicroscopic-mechanic-13766
04/19/2022, 10:45 AMcreamy-van-28626
04/21/2022, 7:25 AMmany-pillow-9544
04/24/2022, 6:47 AMI want to connect to the Oracle database, but in the create new source stage it stops loading after selecting Oracle
microscopic-mechanic-13766
04/25/2022, 7:39 AMimportant-wire-73
04/26/2022, 3:17 PMError: UPGRADE FAILED: pre-upgrade hooks failed: warning: Hook pre-upgrade datahub/templates/kafka-setup-job.yml failed: Job in version "v1" cannot be handled as a Job: v1.Job.Spec: v1.JobSpec.Template: v1.PodTemplateSpec.Spec: v1.PodSpec.Containers: []v1.Container: v1.Container.Env: []v1.EnvVar: v1.EnvVar.Value: ReadString: expects " or n, but found 1, error found in #10 byte of ...|,"value":100}],"imag|..., bigger context ...|ame":"KAFKA_PROPERTIES_MAX_POLL_RECORDS","value":100}],"image":"linkedin/datahub-kafka-setup:v0.8.33|...
rhythmic-stone-77840
05/03/2022, 5:04 PMbetter-orange-49102
05/05/2022, 1:20 AM502 Bad Gateway
nginx/1.19.2
error message in the UI sporadically especially when i leave a tab open with Datahub in it for a very long time (typically at least overnight), then come back to it and press F5 refresh or go to another Datahub page.
There are no clear logs on this error except for a couple of lines in frontend debug log:
[application-akka.actor.default-dispatcher-1290] DEBUG o.p.p.r.OidcRedirectActionBuilder - Authentication request url: <the long redirect url that I see when a user is logging in to Datahub>
[application-akka.actor.default-dispatcher-1290] DEBUG o.p.play.http.PlayHttpActionAdaptor - requires HTTP action: 302
the final URL of the browser is "<datahub-url>/authenticate"
to resolve this, I would need to clear the site's cache (F12-clear cache).
Although its a bit of a long shot, was wondering if anyone knows what is happening here, because its rather tricky to reproduce, and im trying to stop this from happening because it is not intuitive to typical users to clear their cache when this happens.wide-helicopter-97009
05/10/2022, 8:45 PMambitious-cartoon-15344
05/13/2022, 2:36 AMbitter-lizard-32293
05/13/2022, 3:45 AMmax-header-count = 64
config default. I was hoping that setting something like:
# Set up akka max header value
akka.http.server.parsing.max-header-count=256
In the datahub-frontend's application.conf would do the trick but unfortunately that hasn't helped.
I still see the, HTTP message contains more than the configured limit of 64 headers
line in my logs even with this so I'm either chasing the wrong setting or I've not configured it correctly.
If someones got a bit more experience with the Akka server / Play server piece has any ideas, that would be great.brash-photographer-9183
05/13/2022, 1:57 PMurn = builder.make_domain_urn(proj.get("name"))
domain_info = models.DomainPropertiesClass(
name=proj.get("name"),
description=None
)
mcp = MetadataChangeProposalWrapper(
entityType="domain",
changeType=ChangeTypeClass.UPSERT,
entityUrn=urn,
aspectName="domainProperties",
aspect=domain_info,
)
emitter.emit_mcp(mcp)
Something like this? (THis doesn't seem to create it)brash-photographer-9183
05/13/2022, 2:54 PMbrash-photographer-9183
05/13/2022, 2:54 PMmillions-waiter-49836
05/16/2022, 10:32 PMbest-wolf-3369
05/19/2022, 6:29 AMbest-wolf-3369
05/19/2022, 6:29 AM