Hi,
I am logging into spark-shell to access hive metastore… But not able to find the thrift address also SPARK UI address too. Please help.
[maheshharuvaiah8134@ip-172-31-38-146 ~]$ spark-shell
SPARK_MAJOR_VERSION is set to 2, using Spark2
Setting default log level to “WARN”.
To adjust logging level use sc.setLogLevel(newLevel). For SparkR, use setLogLevel(newLevel).
18/08/20 06:07:49 WARN Utils: Service ‘SparkUI’ could not bind on port 4040. Attempting port 4041.
18/08/20 06:07:49 WARN Utils: Service ‘SparkUI’ could not bind on port 4041. Attempting port 4042.
18/08/20 06:07:49 WARN Utils: Service ‘SparkUI’ could not bind on port 4042. Attempting port 4043.
Spark context Web UI available at http://ip-172-31-38-146.ec2.internal:4043
Spark context available as ‘sc’ (master = local[*], app id = local-1534745269989).
Spark session available as ‘spark’.
Welcome to
____ __
/ / ___ / /
\ / _ / _ `/ __/ '/
// .__/_,// //_\ version 2.3.0.2.6.5.0-292
//
Using Scala version 2.11.8 (Java HotSpot™ 64-Bit Server VM, Java 1.8.0_112)
Type in expressions to have them evaluated.
Type :help for more information.
scala>
Thanks,
Mahesh .H