This example uses the
default Hive port and schema.
proc sql;
connect to hadoop (user="myuser" pw="mypwd" server=hxpduped);
This example explicitly
specifies the default Hive port and schema.
proc sql;
connect to hadoop (user="myuser" pw="mypwd"
server=hxpduped port=10000 schema=default);