dongjoon-hyun commented on pull request #32285:
URL: https://github.com/apache/spark/pull/32285#issuecomment-824540353


   BTW, I can do the AS-IS master branch, what is the missing before this PR?
   ```
   $ build/sbt package -Psparkr
   $ R/install-dev.sh
   $ bin/sparkR
   
   R version 3.5.2 (2018-12-20) -- "Eggshell Igloo"
   Copyright (C) 2018 The R Foundation for Statistical Computing
   Platform: x86_64-apple-darwin15.6.0 (64-bit)
   
   R is free software and comes with ABSOLUTELY NO WARRANTY.
   You are welcome to redistribute it under certain conditions.
   Type 'license()' or 'licence()' for distribution details.
   
     Natural language support but running in an English locale
   
   R is a collaborative project with many contributors.
   Type 'contributors()' for more information and
   'citation()' on how to cite R or R packages in publications.
   
   Type 'demo()' for some demos, 'help()' for on-line help, or
   'help.start()' for an HTML browser interface to help.
   Type 'q()' to quit R.
   
   Launching java with spark-submit command 
/Users/dongjoon/APACHE/spark-merge/bin/spark-submit   "sparkr-shell" 
/var/folders/p5/tzyffbvj0md4djphs4fym9zw0000gn/T//RtmpV1x8wW/backend_portc786d577092
   Using Spark's default log4j profile: 
org/apache/spark/log4j-defaults.properties
   Setting default log level to "WARN".
   To adjust logging level use sc.setLogLevel(newLevel). For SparkR, use 
setLogLevel(newLevel).
   21/04/21 22:02:46 WARN NativeCodeLoader: Unable to load native-hadoop 
library for your platform... using builtin-java classes where applicable
   21/04/21 22:02:47 WARN SQLUtils: SparkR: enableHiveSupport is requested for 
SparkSession but Spark is not built with Hive or 
spark.sql.catalogImplementation is not set to 'hive', falling back to without 
Hive support.
   
   Welcome to
         ____              __
        / __/__  ___ _____/ /__
       _\ \/ _ \/ _ `/ __/  '_/
      /___/ .__/\_,_/_/ /_/\_\   version 3.2.0-SNAPSHOT
         /_/
   
   
   SparkSession Web UI available at http://localhost:4040
   SparkSession available as 'spark'(master = local[*], app id = 
local-1619067767184).
   >
   ```


-- 
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]

Reply via email to