Description
Probably need this at the global gateway-site.xml level like this
<property> <name>gateway.httpclient.connectionTimeout</name> <value>2m</value> </property> <property> <name>gateway.httpclient.socketTimeout</name> <value>2m</value> </property>
and an override at the service level in a topology file like this
<service> <role>HIVE</role> <param> <name>httpclient.connectionTimeout</name> <value>2m</value> </param> <param> <name>httpclient.socketTimeout</name> <value>2m</value> </param> </service>