AsaMyth opened a new issue, #8173:
URL: https://github.com/apache/incubator-gluten/issues/8173

   ### Backend
   
   VL (Velox)
   
   ### Bug description
   
   Spark ver:  spark-3.3.1-bin-hadoop3.tgz
   Gluten ver: gluten-velox-bundle-spark3.3_2.12-centos_7_x86_64-1.2.0.jar 
   
   ```
   ./spark/spark-3.3.1-bin-hadoop3/bin/spark-shell --master 
spark://127.0.0.1:7077   --conf spark.plugins=org.apache.gluten.GlutenPlugin   
--conf spark.memory.offHeap.enabled=true   --conf spark.memory.offHeap.size=20g 
 --driver-memory 32G                                                            
                             OpenJDK 64-Bit Server VM warning: You have loaded 
library 
spark/benchmark-spark/tmp/gluten-b317e771-8ab4-4fb9-ada6-0ad5a6bb1acf/jni/b532bd5b-7205-42fd-b295-662fbc4d2ce7/gluten-18063508548130252728/libvelox.so
 which might have disabled stack guard. The VM will try to fix the stack guard 
now.                                                                       It's 
highly recommended that you fix the library with 'execstack -c <libfile>', or 
link it with '-z noexecstack'.           Spark context Web UI available at 
http://a4af48988d59:4040                                                        
          Spark context available as 'sc' (master = spark://127.0.0.1:
 7077, app id = app-20241207034202-0004).                        Spark session 
available as 'spark'. 
   
   scala> var query = "SELECT ss_customer_sk, sum(ss_sales_price) FROM 
store_sales GROUP BY ss_customer_sk;"   
   
   query: String = SELECT ss_customer_sk, sum(ss_sales_price) FROM store_sales 
GROUP BY ss_customer_sk;            
   ```                                                                          
                                                              
   
   
![image](https://github.com/user-attachments/assets/e21cfa90-51ec-4935-882e-f47fa06d387b)
   
   
   ### Spark version
   
   Spark-3.3.x
   
   ### Spark configurations
   
   _No response_
   
   ### System information
   
   _No response_
   
   ### Relevant logs
   
   _No response_


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

To unsubscribe, e-mail: [email protected]

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