Member since
10-06-2016
32
Posts
2
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4781 | 12-04-2016 06:35 AM | |
17444 | 11-18-2016 06:21 AM | |
899 | 10-31-2016 06:48 AM | |
2864 | 10-07-2016 11:33 AM |
11-12-2019
06:44 AM
Hi, We wont provide any connectors for Teradata to spark. but if you want to get data from Teradata into Spark, you can probably use any JDBC driver that Teradata provides. Thanks AKR
... View more
09-30-2019
10:55 AM
I am also looking for something like this. I need to convert all my date datatypes to varchar in a dataframe having more than 300 columns. Any suggestions??
... View more
09-02-2019
08:33 PM
Can you please elaborate in detail with commands you used to resolve?
... View more
10-31-2016
06:48 AM
Issue due to java version .I have used the alluxio latest version fixed the problem. If you are using alluxio 1.2 then should use java 7 .
... View more
11-07-2016
03:38 PM
All that appears to show is that while the spark driver was waiting for the job to finish, it got interrupted. That generally means someone/something interrupted the process using the signal API call/kill command line action, or a control-C action. There's no other information in that trace, I'm afraid
... View more