简体   繁体   English

来自我们项目服务[amazonImgBucket]目标的Amazon s3上传文件引发了意外的异常(com / fasterxml / jackson / databind / ObjectMapper)

[英]Amazon s3 upload file from our project Service [amazonImgBucket] target threw an unexpected exception (com/fasterxml/jackson/databind/ObjectMapper)

I am uploading an image to amazon s3 bucket from our Java project. 我正在将图像从Java项目上载到Amazon s3存储桶。 I am getting below error We're sorry but it appears as if the information you have provided is incomplete. 我遇到了以下错误我们很抱歉,但您提供的信息似乎不完整。 Service [amazonImgBucket] target threw an unexpected exception (com/fasterxml/jackson/databind/ObjectMapper) amazonImgBuckeet is my service that we created. 服务[amazonImgBucket]目标引发了意外的异常(com / fasterxml / jackson / databind / ObjectMapper)amazonImgBuckeet是我们创建的我的服务。

I suspect that this is related to a conflict between Spark's version of Jackson and the version that the AWS SDK needs. 我怀疑这与Spark的Jackson版本和AWS开发工具包所需的版本之间的冲突有关。

You would probably be using the older version of aws-sdk for java or else Spark Streaming kinesis connector. 您可能会使用旧版本的aws-sdk for Java或Spark Streaming kinesis连接器。

You just need to use the updated compatible versions of both. 您只需要使用两者的更新兼容版本。

There is an discussion available regarding this issue at https://github.com/apache/spark/pull/10256 . https://github.com/apache/spark/pull/10256上可以找到关于此问题的讨论。

You can find more infformation reagrding this at https://github.com/databricks/spark-redshift/issues/133 您可以在https://github.com/databricks/spark-redshift/issues/133中找到更多有关此的信息

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 com / fasterxml / jackson / databind / ObjectMapper的Android NoClassDefFoundError - Android NoClassDefFoundError for com/fasterxml/jackson/databind/ObjectMapper com/fasterxml/jackson/databind/ObjectMapper 与 Maven 的 NoClassDefFoundError - NoClassDefFoundError of com/fasterxml/jackson/databind/ObjectMapper with Maven 线程“main”中的异常 java.lang.NoClassDefFoundError: com/fasterxml/jackson/databind/ObjectMapper on maven - Exception in thread "main" java.lang.NoClassDefFoundError: com/fasterxml/jackson/databind/ObjectMapper on maven com.fasterxml.jackson.databind.ObjectMapper编码用于本地化字符 - com.fasterxml.jackson.databind.ObjectMapper encoding for localised characters 无法解析导入com.fasterxml.jackson.databind.ObjectMapper - The import com.fasterxml.jackson.databind.ObjectMapper cannot be resolved RedisConfig 中不推荐使用“enableDefaultTyping(com.fasterxml.jackson.databind.ObjectMapper.DefaultTyping)” - 'enableDefaultTyping(com.fasterxml.jackson.databind.ObjectMapper.DefaultTyping)' is deprecated in RedisConfig Flink作业:获取InvalidClassException:com.fasterxml.jackson.databind.ObjectMapper - Flink Job : Getting InvalidClassException: com.fasterxml.jackson.databind.ObjectMapper 使用com.fasterxml.jackson.databind.ObjectMapper序列化接口字段 - serialize interface fields using com.fasterxml.jackson.databind.ObjectMapper 无法编写JSON:503服务暂时不可用; 嵌套的异常是com.fasterxml.jackson.databind.JsonMappingException - Could not write JSON: 503 Service Temporarily Unavailable; nested exception is com.fasterxml.jackson.databind.JsonMappingException Restcomm jain-slee jackson NoClassDefFoundError: com/fasterxml/jackson/databind/ObjectMapper - Restcomm jain-slee jackson NoClassDefFoundError: com/fasterxml/jackson/databind/ObjectMapper
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM