hunters-ai / spark-adaptive-file-connector

Adaptive File Source Connector for Spark, optimised for reading from object stores
Apache License 2.0
13 stars 0 forks source link

Not Available on Maven #1

Closed wright-h closed 2 years ago

wright-h commented 2 years ago

Hello,

From your build code this looks like it should be published to the central maven repository, but I am not able to locate this library on there.

woj-i commented 2 years ago

Hello @wright-h ! It's not there yet. We will try to push the artifact to the maven central in a few days. I'll let you know when it will be ready.

wright-h commented 2 years ago

My apologies, I thought it was published. Looking forward to the release!

From: Wojciech Indyk @.> Sent: Tuesday, July 12, 2022 10:16 AM To: hunters-ai/spark-adaptive-file-connector @.> Cc: Wright, Harrison I. @.>; Mention @.> Subject: Re: [hunters-ai/spark-adaptive-file-connector] Not Available on Maven (Issue #1)

Hello @wright-hhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_wright-2Dh&d=DwMCaQ&c=95Pes-KS5tGVf6EHVXir9A&r=p1fExXq49Uihf2-920Prdyy-OqpM-suQmeMXeazsCeQ&m=k4WtUZ6Ipculxuc2Ysua8EDLvkzVK-vRFskU4ffdz_OzBPK4A9v6fQ43L5GTG4Nn&s=psXKg1fvPqIUoFD1vJyut3JMwroD4vvBOm5ibPdtCW0&e= ! It's not there yet. We will try to push the artifact to the maven central in a few days. I'll let you know when it will be ready.

— Reply to this email directly, view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_hunters-2Dai_spark-2Dadaptive-2Dfile-2Dconnector_issues_1-23issuecomment-2D1181816454&d=DwMCaQ&c=95Pes-KS5tGVf6EHVXir9A&r=p1fExXq49Uihf2-920Prdyy-OqpM-suQmeMXeazsCeQ&m=k4WtUZ6Ipculxuc2Ysua8EDLvkzVK-vRFskU4ffdz_OzBPK4A9v6fQ43L5GTG4Nn&s=qWxW2OAx9eXOHlS5GhT1bEFiEzBmOgd9vgnnNwZBHck&e=, or unsubscribehttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AZ7FEUUYPLG3IDTLROCEXYDVTV43TANCNFSM53BFDURQ&d=DwMCaQ&c=95Pes-KS5tGVf6EHVXir9A&r=p1fExXq49Uihf2-920Prdyy-OqpM-suQmeMXeazsCeQ&m=k4WtUZ6Ipculxuc2Ysua8EDLvkzVK-vRFskU4ffdz_OzBPK4A9v6fQ43L5GTG4Nn&s=u0WDb2H2KtsyyP1W6pDLeoIhs7u8l5wXMxqRtI5InMU&e=. You are receiving this because you were mentioned.Message ID: @.**@.>>

--------------- This message (including attachments) may contain information that is privileged, confidential or protected from disclosure. If you are not the intended recipient, you are hereby notified that dissemination, disclosure, copying, distribution or use of this message or any information contained in it is strictly prohibited. If you have received this message in error, please immediately notify the sender by reply e-mail and delete this message from your computer. Although we have taken steps to ensure that this e-mail and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free. ---------------

woj-i commented 2 years ago

Hi @wright-h ! Now it's available at Maven Central:

<dependency>
  <groupId>ai.hunters</groupId>
  <artifactId>spark-adaptive-file-connector_2.12</artifactId>
  <version>1.0.0</version>
</dependency>

Please close the issue if it works for you.

wright-h commented 2 years ago

Yes, works. Again, apologies for the misunderstanding. Thank you for you work on this!