Re: Spark (K8S) IPv6 support

2022-07-14 Thread Sean Owen
I don't know about the state of IPv6 support, but yes you're right in guessing that 3.4.0 might be released perhaps early next year. You can always clone the source repo and build it! On Thu, Jul 14, 2022 at 2:19 PM Valer wrote: > Hi, > > We're starting to use IPv6-only K8S cluster (EKS) which

Spark (K8S) IPv6 support

2022-07-14 Thread Valer
Hi, We're starting to use IPv6-only K8S cluster (EKS) which currently breaks spark. I've noticed

unsubscribe

2022-07-14 Thread randy clinton
-- I appreciate your time, ~Randy

Re: How use pattern matching in spark

2022-07-14 Thread Bjørn Jørgensen
Use from datetime import date today = date.today() day = today.strftime("%d/%m/%Y") print(day) to get today's date. cast it to sting testday = str(day) Compare == day == df_date True or False use loc to get row text test_str = test.loc[1][0] String = list in python soo test_str[2] '1'