Joel Stewart
- Total activity 778
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 347
Comments
Recent activity by Joel Stewart-
A custom function would allow you to manually build out this list quickly, that is a good option to consider to optimize this longer term. The joining 7-times is the best option to use natively in ...
-
Can you share the REST API workbook definition for this job? The command is outlined here: REST API Workbook - Read Workbook The exception seems to indicate that the source data is not formatted a...
-
Hi there! Since you mention HQL, I assume that you're interested in the recently released JDBC Generic (Hive Server2) configuration. The steps are outlined in that link to our documentation. In sum...
-
Thank you for the update Fritz. I've created an enhancement request, which is known internally as DAP-34471 on your behalf. Please note that enhancement requests are evaluated and considered by t...
-
Hi Marc, there is not a function that isolates rows based on the state of an error or not. However, if you can understand the different types of errors that you are encountering as the cause, you c...
-
Fritz, thank you for the question. As documented in our Clustering page, Datameer uses the standard k-means algorithm, not the k-means++ algorithm. As you highlighted, the standard k-means algorith...
-
In Frances's example, the data type for the #Sheet!Column is an Integer. That said, the statement #Sheet!Column>90 is a Boolean type which is required for the first parameter of the IF function. Co...
-
Thanks Michael, I'll share this technical feedback with our Product Team so that we can improve the auto configuration in a future release.
-
Thanks for the update Michael, I'm glad to hear that the adjustment to the classpath resolved the issue. With respect to the auto-configuration, did Datameer successfully match the YARN Classpath o...
-
It appears that the root of the exception is this one: Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.mapred.MRVersion Based on that, I'm inclined to take a close look at the class...