Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » how to add jar libraries to eclipse pydev ide?
how to add jar libraries to eclipse pydev ide? [message #1838530] Sun, 28 February 2021 01:11 Go to next message
Eclipse UserFriend
I use eclipse 2020-12 and try to make codes to integrate spark structured streaming and kafka. My reference site is here.
https://spark.apache.org/docs/latest/structured-streaming-kafka-integration.html
But I face the trouble with "Linking". The documents say

Quote:

Linking
For Scala/Java applications using SBT/Maven project definitions, link your application with the following artifact:

groupId = org.apache.spark
artifactId = spark-sql-kafka-0-10_2.12
version = 3.0.2
Please note that to use the headers functionality, your Kafka client version should be version 0.11.0.0 or up.

For Python applications, you need to add this above library and its dependencies when deploying your application. See the Deploying subsection below.


I use eclipse pydev so I want to add above library on eclipse pydev environment. In the eclipse pydev preferences I can add libraries on eclipse but I can not find the jars file option, but zip or egg file. How to add spark-sql-kafka-0-10_2.12 jar file on my pydev project? Your any reply will be thankful. Best regards


Re: how to add jar libraries to eclipse pydev ide? [message #1838590 is a reply to message #1838530] Tue, 02 March 2021 07:07 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
It's best to look here for the best place to ask about pydev:

https://www.pydev.org/


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Can't import 'Run Configuration' into Ecilpse
Next Topic:can't invoke workbench after macos Big Sur upgrade
Goto Forum:
  


Current Time: Fri Apr 26 20:21:21 GMT 2024

Powered by FUDForum. Page generated in 0.08275 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top