App引擎mapreduce python演示PipelineSetupError

时间:2017-03-23 04:36:44

标签: python google-app-engine hadoop mapreduce

我是app engine mapreduce的新手,想要用它构建一个Web应用程序。

以下是说明:https://github.com/GoogleCloudPlatform/appengine-mapreduce/wiki/3-MapReduce-for-Python

我的所作所为如下:

  1. 克隆存储库。
  2. cd进入python目录并使用命令./build.sh run_demo(包括build_demo)
  3. 使用chrome并转到localhost:8080
  4. 一切顺利,我可以上传zip文件。

    但是当我点击wordcount或其他两个按钮时,我得到了一个 Internal Server Error

    我用另一台Mac测试过,发生了同样的问题。谁能告诉我怎么办?

      

    追踪(最近一次呼叫最后一次):

         

    文件   " /Users/meteor/Documents/AppEngine/google-cloud-sdk/platform/google_appengine/lib/webapp2-2.5.1/webapp2.py" ;,   第1536行,致电       rv = self.handle_exception(request,response,e)

         

    文件   " /Users/meteor/Documents/AppEngine/google-cloud-sdk/platform/google_appengine/lib/webapp2-2.5.1/webapp2.py" ;,   第1530行,致电       rv = self.router.dispatch(请求,响应)

         

    文件   " /Users/meteor/Documents/AppEngine/google-cloud-sdk/platform/google_appengine/lib/webapp2-2.5.1/webapp2.py" ;,   第1278行,在default_dispatcher中       return route.handler_adapter(request,response)

         

    文件   " /Users/meteor/Documents/AppEngine/google-cloud-sdk/platform/google_appengine/lib/webapp2-2.5.1/webapp2.py" ;,   第1102行,通话       return handler.dispatch()

         

    文件   " /Users/meteor/Documents/AppEngine/google-cloud-sdk/platform/google_appengine/lib/webapp2-2.5.1/webapp2.py" ;,   第572行,在派遣中       return self.handle_exception(e,self.app.debug)

         

    文件   " /Users/meteor/Documents/AppEngine/google-cloud-sdk/platform/google_appengine/lib/webapp2-2.5.1/webapp2.py" ;,   第570行,发货       return方法(* args,** kwargs)

         

    文件   " /Users/meteor/Gatech/Distributed/appengine-mapreduce-master/python/demo/main.py" ;,   第177行,在帖子中       pipeline.start()

         

    文件   " /Users/meteor/Gatech/Distributed/appengine-mapreduce-master/python/demo/mapreduce/pipeline_base.py" ;,   第34行,开始       return pipeline.Pipeline.start(self,** kwargs)

         

    文件   " /Users/meteor/Gatech/Distributed/appengine-mapreduce-master/python/demo/pipeline/pipeline.py" ;,   第673行,开始       self,idempotence_key,str(e)))

         

    PipelineSetupError:启动时出错   main.WordCountPipeline(*(U' aghkZXZ-Tm9uZXKKAQsSDEZpbGVNZXRhZGF0YSJ4bHh5Lm1ldGVvci4uMjAxNy0wMy0xOCAyMjoxODozMy4zNTkyMDYuLmVuY29kZWRfZ3NfZmlsZTpZWEJ3WDJSbFptRjFiSFJmWW5WamEyVjBMMlpoYTJVdFZEWmZOblJZY1RSV09VOVlSMGhKY0ZCSmVIVXdVV ...   (292字节),** {})#be4a9347694748cd87c7cbe0e5f14b32:

0 个答案:

没有答案