Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/amazon-web-services/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Apache spark IBM Analytics for Apache Spark:沉淀分析示例笔记本-获取文件内容()问题_Apache Spark_Ibm Cloud - Fatal编程技术网

Apache spark IBM Analytics for Apache Spark:沉淀分析示例笔记本-获取文件内容()问题

Apache spark IBM Analytics for Apache Spark:沉淀分析示例笔记本-获取文件内容()问题,apache-spark,ibm-cloud,Apache Spark,Ibm Cloud,在IBM Analytics for Apache Spark上的沉淀分析示例笔记本中,我在访问关联对象存储上的数据文件时收到以下错误消息: 未找到找不到资源。 出现以下代码后将引发错误: content_string = get_file_content(credentials) precipitation_df = pd.read_csv(content_string) precipitation_df.head() 出现此问题的原因是Bluemix对象存储V3的增强。 有关解决方案和更多

在IBM Analytics for Apache Spark上的沉淀分析示例笔记本中,我在访问关联对象存储上的数据文件时收到以下错误消息:

未找到找不到资源。

出现以下代码后将引发错误:

content_string = get_file_content(credentials)
precipitation_df = pd.read_csv(content_string)
precipitation_df.head()

出现此问题的原因是Bluemix对象存储V3的增强。 有关解决方案和更多信息,请参见此处: