I am trying to connect Spark to Oracle Analytics Cloud(OAC). I have a standalone spark(3.1.2) installation with Hadoop (2.7) in my windows VM. The connection requires a username, password, host and port. Can you please provide the default username and password for Spark standalone installation along with port or do i need to configure a spark cluster to have this sort of information. Thanks.
Asked
Active
Viewed 389 times
1
-
There is no default username pswd. – thebluephantom Feb 25 '22 at 17:44
-
Hello @thebluephantom thanks for your response. Could you please tell me, how we can extract data if there is no default and password. Is there any other way we can connect to spark and extract data for analytics application. Thank you. – Dhiman Deb Feb 26 '22 at 05:10
-
OAC Or spark..... – thebluephantom Feb 26 '22 at 08:51
-
I would like to extract data from spark(i have already loaded some csv files in spark). Is there any way i can do that without spark username and password. for example, if we would like to extract data from an Oracle database, we would require the database connection details. Thank you. – Dhiman Deb Feb 27 '22 at 03:10