- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
Gremlin 控制台似乎连接正确,但在任何查询后它都会回复“主机未及时响应”。
已经检查:
- 远程.yaml
- netstat --listen | grep 8182 (不返回任何内容)
小鬼线:
plugin activated: tinkerpop.tinkergraph
plugin activated: tinkerpop.server
plugin activated: tinkerpop.utilities
gremlin> :remote connect tinkerpop.server conf/remote.yaml
==>Configured localhost/127.0.0.1:8182
gremlin> :> 1+1
Host did not respond in a timely fashion - check the server status and submit again.
org.apache.tinkerpop.gremlin.groovy.plugin.RemoteException: Host did not respond in a timely fashion - check the server status and submit again.
at org.apache.tinkerpop.gremlin.console.groovy.plugin.DriverRemoteAcceptor.submit(DriverRemoteAcceptor.java:174)
at org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:228)
at org.apache.tinkerpop.gremlin.console.commands.SubmitCommand.execute(SubmitCommand.groovy:41)
at org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:228)
at org.codehaus.groovy.tools.shell.Shell.execute(Shell.groovy:104)
at org.codehaus.groovy.tools.shell.Groovysh.super$2$execute(Groovysh.groovy)
at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1212)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
at org.codehaus.groovy.tools.shell.Groovysh.executeCommand(Groovysh.groovy:259)
at org.apache.tinkerpop.gremlin.console.GremlinGroovysh.execute(GremlinGroovysh.groovy:75)
at org.codehaus.groovy.tools.shell.Shell.leftShift(Shell.groovy:122)
at org.codehaus.groovy.tools.shell.ShellRunner.work(ShellRunner.groovy:95)
at org.codehaus.groovy.tools.shell.InteractiveShellRunner.super$2$work(InteractiveShellRunner.groovy)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1212)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuper0(ScriptBytecodeAdapter.java:152)
at org.codehaus.groovy.tools.shell.InteractiveShellRunner.work(InteractiveShellRunner.groovy:124)
at org.codehaus.groovy.tools.shell.ShellRunner.run(ShellRunner.groovy:59)
at org.codehaus.groovy.tools.shell.InteractiveShellRunner.super$2$run(InteractiveShellRunner.groovy)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1212)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:132)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuper0(ScriptBytecodeAdapter.java:152)
at org.codehaus.groovy.tools.shell.InteractiveShellRunner.run(InteractiveShellRunner.groovy:83)
at org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:228)
at org.apache.tinkerpop.gremlin.console.Console.<init>(Console.groovy:174)
at org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:228)
at org.apache.tinkerpop.gremlin.console.Console.main(Console.groovy:361)
gremlin>
最佳答案
安装 DSE 时,Graph 服务会在本地网络接口(interface)(例如 10.x.x.x,而不是环回 127.0.0.1)中监听。
这意味着您需要编辑 Gremlin 控制台 YAML 并将其指向 10.x.x.x。
关于graph - DSE 图表 - 主机没有及时响应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38926711/
我正在尝试对现有的 C* 表运行 Hive 查询。 这是我的 C* 表定义: drop table IF EXISTS mydata.site_users; CREATE TABLE IF NOT
我很困惑 DataStax 图表 是架构完整还是架构较少。 我问这个问题是因为 getting started tutorial 指示创建架构。但我在边缘属性上插入了随机键值,并且DSE图接受了它,没
我以前问过这个问题。但是再问一个具体的例子。 因此,我在我的 Mac 上本地运行了 DSE 图形。我有最简单的顶点创建,下面是遍历。 g.addV("company").property("id",
Gremlin 控制台似乎连接正确,但在任何查询后它都会回复“主机未及时响应”。 已经检查: - 远程.yaml - netstat --listen | grep 8182 (不返回任何内容) 小鬼
我正在 ubuntu 上试用 datastax Enterprise 4.8.4。按照说明安装就OK了。我可以使用命令 sudo service dse start 启动一个 cassandra 节点
http://www.datastax.com/documentation/cassandra/2.0/cassandra/dml/dml_ltwt_transaction_c.html A SERI
我有 500 万条记录,我只想重新索引 1 个字段。是否有任何方法可以在 DSE Solr 中仅重新索引一个字段(共 5 个字段)。 最佳答案 简短的回答是否定的,没有办法做到这一点。 你想实现什么目
我是 Cassandra 新手。在这里,我尝试使用 sqoop 将整个 MYSQL 数据库传输到 cassandra。但完成所有设置后,当我执行以下命令时。 bin/dse sqoop import-
我在 Solr schema.xml 中定义了整数字段,如下所示。 并复制 Field 定义如下, boolean 类型。 我设置了 build_status 值,它是具有以下值的整数。0、1、4
我们一直想知道为什么我们的一个集群显示分析节点拥有数据。为了便于阅读,我编辑了 ips、 token 和主机 ID % nodetool status Datacenter: Cassandra ==
你好, 我想构建一个具有 3 个节点的语言环境 dse 集群。我在 docker 容器中按如下方式构建每个 dse 节点 sudo docker pull debian:latest sudo doc
使用 DSE 4.8.7,我们能够每秒将约 1,000 条记录插入到由 Solr 索引的 cassandra 表中。吞吐量有一段时间(可能 30-60 分钟),直到 2-3 个节点(在 5 节点集群中
我在使用 now() 函数和 timestamp 类型时遇到问题。 请看下面的代码: 表创建: CREATE TABLE "Test" ( video_id UUID, upload_
刚刚使用指南从 3.1 更新到 DSE 3.2 以运行更新,现在日志中充满了这个异常。当通过 SOLR 查询时,我们得到了丢失的数据,但是似乎在使用 cqlsh 或 cli 查询时,数据就在那里。 E
一些 GCC 优化选项有可选的额外诊断,告诉何时应用给定的优化。例如,-ftree-vectorizer-verbose=2 将说明循环是否已矢量化。 我想知道 -flifetime-dse 是否存在
我无法启动 DSE 搜索的 solr 方面,并且在执行时收到以下异常消息,当我执行 bin/dse cassandra start 时,cassandra 服务已启动,但没有启动 solr,有没有人可
我有一个工作的 3 节点 cassandra 集群,我发现在安装过程中我没有安装 dse。所以我在所有三个节点中都安装了 dse-full & opscenter。但是安装后我发现没有一个 cassa
我想知道 Cassandra 的二级索引与放置在 CF 上的 DSE solr 索引的性能差异。 我们有一些 CF 没有放置二级索引,因为我们认为二级索引(最终)会导致重读/写 CF 的严重性能问题。
到目前为止,我还没有在 Datastax 文档网站上找到总结这一点的地方。我可以在服务器上以其他方式轻松检查版本吗? 最佳答案 打开 cqlsh 并输入 show VERSION . 这给出了 cql
我们正在尝试在 DSE 4.7 上对 Cassandra 实现外部身份验证。遵循了一些指南,我们必须扩展 IAuthenticator 类,但在完成之后,关于如何集成的文档较少。 我们扩展 IAuth
我是一名优秀的程序员,十分优秀!