You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem or feature request clearly here.
I created a sparkmagic notebook in SageMaker. And connected it with my EMR following this guide. https://aws.amazon.com/blogs/machine-learning/build-amazon-sagemaker-notebooks-backed-by-spark-in-amazon-emr/
And then I installed all the jars for my spark in EMR. And I want to import related packages in my notebook, but it did not work. How can I import them to my notebook? Any configuration need?
Minimal repo / logs
Please provide any logs and a bare minimum reproducible test case, as this will be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.
Logs showed: stderr:
Exception in thread "main" java.io.FileNotFoundException: File hdfs:https://ip-10-0-1-105.ec2.internal:8020/mnt/jars/NLPLanguageDetection-1.8-super.jar does not exist.
Here ip-10-0-1-105.ec2.internal is my cluster's IP.
Exact command to reproduce:
The text was updated successfully, but these errors were encountered:
Please fill out the form below.
System Information
Describe the problem
Describe the problem or feature request clearly here.
I created a sparkmagic notebook in SageMaker. And connected it with my EMR following this guide.
https://aws.amazon.com/blogs/machine-learning/build-amazon-sagemaker-notebooks-backed-by-spark-in-amazon-emr/
And then I installed all the jars for my spark in EMR. And I want to import related packages in my notebook, but it did not work. How can I import them to my notebook? Any configuration need?
Minimal repo / logs
Please provide any logs and a bare minimum reproducible test case, as this will be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.
Logs showed: stderr:
Exception in thread "main" java.io.FileNotFoundException: File hdfs:https://ip-10-0-1-105.ec2.internal:8020/mnt/jars/NLPLanguageDetection-1.8-super.jar does not exist.
Here ip-10-0-1-105.ec2.internal is my cluster's IP.
The text was updated successfully, but these errors were encountered: