What two actions do the following commands perform in the Oracle R Advanced Analytics for Hadoop Connector? (Choose two.)
ore.connect (type=''HIVE'')
ore.attach ()
You can connect to Hive and manage objects using R functions that have an ore prefix, such as ore.connect.
To attach the current environment into search path of R use:
ore.attach()
References:
https://docs.oracle.com/cd/E49465_01/doc.23/e49333/orch.htm#BDCUG400
Currently there are no comments in this discussion, be the first to comment!