我尝试使用连接到Blazegraph。我已经验证了Blazegraph是从下面运行的。
serviceURL: http://192.168.1.240:9999
Welcome to the Blazegraph(tm) Database.
Go to http://192.168.1.240:9999/bigdata/ to get started.我做了下面的jupyter笔记本
%%graph_notebook_config
{
"host": "localhost",
"port": 9999,
"auth_mode": "DEFAULT",
"iam_credentials_provider_type": "ENV",
"load_from_s3_arn": "",
"aws_region": "us-west-2",
"ssl": false,
"sparql": {
"path": "blazegraph/namespace/foo/sparql"
}
}然后执行以下操作
%status给出错误{' error ':JSONDecodeError(‘期望值:第1行第1列(char 0)’)}
我试图用192.168.1.240替换主机,但仍然存在同样的问题。
发布于 2021-07-14 01:31:03
看来你找到窃听器了!
现在在https://github.com/aws/graph-notebook/pull/137中已经修复了这个问题。
https://stackoverflow.com/questions/68198550
复制相似问题