Yes, this happens for all queries, (failure due to websocket connection error), after a preview of the sample dataset, I can not loaded (which is the execution of a Select *
statement)
Here is the server.log and server.out:
server.log on executor
2019-02-18 03:38:30,080 [FABRIC-rpc-event-queue] INFO c.d.sabot.exec.FragmentExecutors - Received remote fragment start instruction for 2395d749-e8be-4835-0038-4a19ec9c6400:1:0
2019-02-18 03:38:30,081 [FABRIC-rpc-event-queue] INFO c.d.sabot.exec.FragmentExecutors - Received remote fragment start instruction for 2395d749-e8be-4835-0038-4a19ec9c6400:0:0
2019-02-18 03:38:30,082 [FABRIC-rpc-event-queue] INFO c.d.sabot.exec.FragmentExecutors - Received remote fragment start instruction for 2395d749-e8be-4835-0038-4a19ec9c6400:2:0
2019-02-18 03:38:30,086 [FABRIC-rpc-event-queue] INFO c.d.sabot.exec.FragmentExecutors - Received remote fragment start instruction for 2395d749-e8be-4835-0038-4a19ec9c6400:4:0
2019-02-18 03:38:30,087 [FABRIC-rpc-event-queue] INFO c.d.sabot.exec.FragmentExecutors - Received remote fragment start instruction for 2395d749-e8be-4835-0038-4a19ec9c6400:3:0
2019-02-18 03:38:30,110 [e0 - 2395d749-e8be-4835-0038-4a19ec9c6400:frag:3:0] INFO c.d.s.e.f.FragmentStatusReporter - 2395d749-e8be-4835-0038-4a19ec9c6400:3:0: State to report: FINISHED
2019-02-18 03:38:30,130 [e1 - 2395d749-e8be-4835-0038-4a19ec9c6400:frag:4:0] INFO c.d.s.e.f.FragmentStatusReporter - 2395d749-e8be-4835-0038-4a19ec9c6400:4:0: State to report: FINISHED
2019-02-18 03:38:30,134 [e1 - 2395d749-e8be-4835-0038-4a19ec9c6400:frag:2:0] INFO c.d.s.e.f.FragmentStatusReporter - 2395d749-e8be-4835-0038-4a19ec9c6400:2:0: State to report: FINISHED
2019-02-18 03:38:30,140 [e0 - 2395d749-e8be-4835-0038-4a19ec9c6400:frag:1:0] INFO c.d.s.e.f.FragmentStatusReporter - 2395d749-e8be-4835-0038-4a19ec9c6400:1:0: State to report: FINISHED
2019-02-18 03:38:30,149 [e0 - 2395d749-e8be-4835-0038-4a19ec9c6400:frag:0:0] INFO c.d.s.e.f.FragmentStatusReporter - 2395d749-e8be-4835-0038-4a19ec9c6400:0:0: State to report: FINISHED
server.log on coordinator:
2019-02-18 02:27:21,656 [out-of-band-observer] INFO query.logger - {"queryId":"2395e7f6-7dcb-bfc7-ed0a-b4faad7ba400","schema":"[sys]","queryText":"select\n 'green' as status,\n nodes.hostname name,\n nodes.ip_address ip,\n nodes.fabric_port port,\n cpu cpu,\n memory memory \nfrom\n sys.nodes,\n (select\n hostname,\n fabric_port,\n sum(cast(cpuTime as float) / cores) cpu \n from\n sys.threads \n group by\n hostname,\n fabric_port) cpu,\n (select\n hostname,\n fabric_port,\n direct_current * 100.0 / direct_max as memory \n from\n sys.memory) memory \nwhere\n nodes.hostname = cpu.hostname \n and nodes.fabric_port = cpu.fabric_port \n and nodes.hostname = memory.hostname \n and nodes.fabric_port = memory.fabric_port \norder by\n name,\n port","start":1550456841451,"finish":1550456841652,"outcome":"COMPLETED","username":"admin"}
2019-02-18 03:38:03,033 [qtp1357067993-94] INFO c.dremio.dac.resource.SystemResource - address: ip-172-31-12-111.ap-southeast-2.compute.internal fabric port: 45678
2019-02-18 03:38:03,154 [2395d764-3644-20b6-69f9-10d1f8906200:foreman] WARN c.d.exec.planner.logical.RexToExpr - Converting exact decimal into approximate decimal. Should be fixed once decimal is implemented.
2019-02-18 03:38:03,232 [out-of-band-observer] INFO query.logger - {"queryId":"2395d764-3644-20b6-69f9-10d1f8906200","schema":"[sys]","queryText":"select\n 'green' as status,\n nodes.hostname name,\n nodes.ip_address ip,\n nodes.fabric_port port,\n cpu cpu,\n memory memory \nfrom\n sys.nodes,\n (select\n hostname,\n fabric_port,\n sum(cast(cpuTime as float) / cores) cpu \n from\n sys.threads \n group by\n hostname,\n fabric_port) cpu,\n (select\n hostname,\n fabric_port,\n direct_current * 100.0 / direct_max as memory \n from\n sys.memory) memory \nwhere\n nodes.hostname = cpu.hostname \n and nodes.fabric_port = cpu.fabric_port \n and nodes.hostname = memory.hostname \n and nodes.fabric_port = memory.fabric_port \norder by\n name,\n port","start":1550461083037,"finish":1550461083228,"outcome":"COMPLETED","username":"admin"}
2019-02-18 03:38:29,934 [qtp1357067993-95] INFO c.dremio.dac.resource.SystemResource - address: ip-172-31-12-111.ap-southeast-2.compute.internal fabric port: 45678
2019-02-18 03:38:30,063 [2395d749-e8be-4835-0038-4a19ec9c6400:foreman] WARN c.d.exec.planner.logical.RexToExpr - Converting exact decimal into approximate decimal. Should be fixed once decimal is implemented.
2019-02-18 03:38:30,155 [out-of-band-observer] INFO query.logger - {"queryId":"2395d749-e8be-4835-0038-4a19ec9c6400","schema":"[sys]","queryText":"select\n 'green' as status,\n nodes.hostname name,\n nodes.ip_address ip,\n nodes.fabric_port port,\n cpu cpu,\n memory memory \nfrom\n sys.nodes,\n (select\n hostname,\n fabric_port,\n sum(cast(cpuTime as float) / cores) cpu \n from\n sys.threads \n group by\n hostname,\n fabric_port) cpu,\n (select\n hostname,\n fabric_port,\n direct_current * 100.0 / direct_max as memory \n from\n sys.memory) memory \nwhere\n nodes.hostname = cpu.hostname \n and nodes.fabric_port = cpu.fabric_port \n and nodes.hostname = memory.hostname \n and nodes.fabric_port = memory.fabric_port \norder by\n name,\n port","start":1550461109938,"finish":1550461110151,"outcome":"COMPLETED","username":"admin"}
we are doing some trail for company use, but due to this deployment issue, our data scientist couldn’t try it on cloud properly. would be appreciate if you could help.