You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a four node cluster with master, slave1, slave2 and slave3, when I run a presto-admin command say connector add hive and specify an invalid host name via -x, no warning is displayed about the host being invalid.
$./prestoadmin/presto-admin connector add hive -x blah
Deploying hive.properties connector configurations on: master
Deploying hive.properties connector configurations on: slave1
Deploying hive.properties connector configurations on: slave2
Deploying hive.properties connector configurations on: slave3
I suspect that this behavior is true for all presto-admin commands that support -x option, though I haven't tried it for all the commands.
The text was updated successfully, but these errors were encountered:
On a four node cluster with master, slave1, slave2 and slave3, when I run a presto-admin command say
connector add hive
and specify an invalid host name via-x
, no warning is displayed about the host being invalid.I suspect that this behavior is true for all presto-admin commands that support
-x
option, though I haven't tried it for all the commands.The text was updated successfully, but these errors were encountered: