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-
I'd recommend using the INT function directly in Datameer to convert strings (even with leading 0's) into an integer. Once both numbers are integers, the joining should be straightforward. For exa...
-
In the SQL example above, all the data comes from a single table which is similar to a single sheet in Datameer. If you want to use two different sheets (or tables in SQL) and multiple join criteri...
-
It's possible that the 04:00 AM is just an offset for your timezone. Are you in Eastern Daylight Time (GMT-4) by chance? If so, it seems that the offset to 04:00 AM is explained by that. If so, thi...
-
Thanks for sharing the logs. In the second execution, this section stands out to me: Previous max split value for 'Job1.imp' is 1538020800000 This indicates that the initial import job brought in ...
-
It would be helpful to see the job logs from consecutive runs to see how the split column is calculated at run time from one run to the next. Are you able to share excerpts from these as well?
-
siva, no, the filters must reference columns within the sheet. If you need to reference data from another sheet, bring it into the working sheet as a first step before adding the filter on that cri...
-
There are restricted privileges for users within the Online Demo system. I just double checked and verified that the Download Data privilege is not added to this role in this environment. This expl...
-
No, this functionality is not part of Datameer today. It's certainly possible to add a user-defined function through the SDK though that could bring this type of detection into a function for futur...
-
Hive data sets in Datameer allow access to the columns of data only and not external attributes such as the partition keys. If your schema will allow, you can add the partition keys as additional c...
-
Official comment There is a limitation that is mentioned in the documentation but nor in either of these articles. Specifically, the File Upload REST API for create is only available when Datameer is running on loc...