-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Issue while running the JAR build locally to connect to milvus #35
Comments
apply the pom.xml diff |
sure @SimFG Will check it out |
@SimFG I have tried run the quickstart.py script with the build JAR with the changes you suggested in milvus-java-sdk, still i am getting the error
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Following the steps to create the JAR
mvn clean package -DskipTests
./milvus-sdk-java/sdk-core/target/milvus-sdk-java-2.5.4-shaded.jar
But when ran the JAR as
pyspark --jars /root/spark/test/spark-milvus/target/spark-milvus-1.0.0-SNAPSHOT.jar
getting error at this code snippet as
ERROR:
Approach 2
I also tried building the milvus-spark JAR with the dependency given below rather than the locally build milvus-java-sdk JAR
then I am getting the error as
Moreover I am unable to build the 1.0.1 snapshot JAR for milvus-spark connector ,
THE ABOVE MENTIONED ERROR DOES NOT OCCUR WHILE USING THE SNAPSHOT-1.0.1 jar file downloaded from the git repo
Development Environment
Java version 1.8.0_362
Apache Maven 3.6.3
scala 2.12.15
Spark version 3.3.2
The text was updated successfully, but these errors were encountered: