SELECT * FROM orders
GO
SELECT count(*) FROM orders
GO
FAILED: RuntimeException java.net.ConnectException: Call to usrv70/10.168.11.70:54310 failed on connection exception: java.net.ConnectException: Connection refused
@tariq: the error message suggests that there is a server error. ADS cannot communicate with the server. This is most likely due to a server misconfiguration. I'll work with Ivan on getting new VM images for MapR and we can try against those.
@tariq: I think it might be related to the server configuration as Sachin said because I can do "SHOW" and "DESCRIBE" commands and get results without the error. For example. SHOW tables or DESCRIBE aaa1aaa. Connection to the server is working.
@tariq: I think it might be related to the server configuration as Sachin said because I can do "SHOW" and "DESCRIBE" commands and get results without the error. For example. SHOW tables or DESCRIBE aaa1aaa. Connection to the server is working.
I will wait for the new VM images. There are a few GUI issues as well, I cannot create a new table or an index using the visual editors. I get HiveServerException(message:Query returned non-zero code: 1, cause: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask, errorCode:1, SQLState:08S01)
I will wait for the new VM images. There are a few GUI issues as well, I cannot create a new table or an index using the visual editors. I get HiveServerException(message:Query returned non-zero code: 1, cause: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask, errorCode:1, SQLState:08S01)
Issue #11766 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
@tariq: the error message suggests that there is a server error. ADS cannot communicate with the server. This is most likely due to a server misconfiguration. I'll work with Ivan on getting new VM images for MapR and we can try against those.