Re: Ctrl - left and right now working in Spark Shell in Windows 10

2022-11-01 Thread Sean Owen
This won't be related to Spark, but rather your shell or terminal program. On Tue, Nov 1, 2022 at 1:57 PM Salil Surendran wrote: > I installed Spark on Windows 10. Everything works fine except for the Ctrl > - left and Ctrl - right keys which doesn't move a word but just a > character. How do I

Ctrl - left and right now working in Spark Shell in Windows 10

2022-11-01 Thread Salil Surendran
I installed Spark on Windows 10. Everything works fine except for the Ctrl - left and Ctrl - right keys which doesn't move a word but just a character. How do I fix this or find out what are the correct bindings to move a word in Spark Shell -- Thanks, Salil "The surest sign that intelligent

Re: The Dataset unit test is much slower than the RDD unit test (in Scala)

2022-11-01 Thread Cheng Pan
Which Spark version are you using? SPARK-36444[1] and SPARK-38138[2] may be related, please test w/ the patched version or disable DPP by setting spark.sql.optimizer.dynamicPartitionPruning.enabled=false to see if it helps. [1] https://issues.apache.org/jira/browse/SPARK-36444 [2]

Re: The Dataset unit test is much slower than the RDD unit test (in Scala)

2022-11-01 Thread Enrico Minack
Hi Tanin, running your test with option "spark.sql.planChangeLog.level" set to "info" or "warn" (depending on your Spark log level) will show you insights into the planning (which rules are applied, how long rules take, how many iterations are done). Hoping this helps, Enrico Am 25.10.22