我得到了这个错误响应对象错误'ASP 0156 : 80004005‘/ordermgmt/updateorderstatus.asp,1390行我把Response.Buffer=true放进去,它仍然显示错误。我放了reponse,Redirect @ this line number,这将被执行多次(它在一个循
我从csv文件中加载了数据帧,我处理了dataframe.describe()操作,我想将结果保存为文本文件。这是我的代码: df = data.describe()
df.rdd.map(lambda r: ",".join([str(c) for c in r])).coalesce(1).saveAsTextFile('describeResu