akiyamaneko commented on a change in pull request #30266:
URL: https://github.com/apache/spark/pull/30266#discussion_r518657079
##########
File path: python/pyspark/shell.py
##########
@@ -62,6 +62,8 @@
platform.python_version(),
platform.python_build()[0],
platform.python_build()[1]))
+print("Spark context Web UI available at %s" % (sc.uiWebUrl))
+print("Spark context available as 'sc' (master = %s, app id = %s)." %
(sc.master, sc.applicationId))
Review comment:
@HyukjinKwon I have done `shell.R` and manual test result has been
update above, please review it when you are free
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]