使用Datalab进行分析,我需要从bigquery中采样数据。当我刷新我的样本时,我有时会收到此错误:
/usr/lib/python2.7/httplib.pyc in getresponse(self, buffering)
1059 #
1060 if self.__state != _CS_REQ_SENT or self.__response:
-> 1061 raise ResponseNotReady()
1062
1063 args = (self.sock,)
ResponseNotReady:
此行为在迭代(100次迭代)时随机发生。
有任何线索吗?
答案 0 :(得分:0)
这可能是底层套接字关闭。我已打开https://github.com/GoogleCloudPlatform/datalab/issues/707进行跟踪。谢谢!