Hi All,
I'm trying to connect HANA with HADOOP using SQOOP (ETL tool offered by HADOOP). I can able to connect with it and also can able to list tables, query on tables etc. But when I try to fetch the data from HANA, I'm facing timed out problem as follows:
Caused by: com.sap.db.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: Cannot connect to jdbc:sap://XXX.XXX.XX.XX:30015/HDM [Cannot connect to host XXX.XXX.XX.XX:30015 [Connection timed out], -813.].
I got suggestion like increase the MAXUSERTASKS to some values(from link: Cannot connect to jdbc:sapdb Cannot connect to host localhost:7210, Cannot connect to jdbc:sapdb://<host>/<DB> [Time out]), so that you can solve this problem like that. But I don't know how to increase the MAXUSERTASKS parameter. Can anyone help me in this?