Alan
- Total activity 389
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 46
- Subscriptions 166
Comments
Recent activity by Alan-
Hemant, As this issue is not related to Datameer software, I would suggest you contact either Canonical for Ubuntu support or Apache Oozie themselves.
-
Hi Jee, Because this is a POST request, you won't be able to execute it from the browser. It's odd that you get no response at all. I just tested the functionality on my Datameer instance and it r...
-
Hi Dominic, The use of quotes in this data is not as a "Quote Character" per se. Try blanking out the quote character entirely and see if that helps. If it does not, you'll need to sanitize the i...
-
Hi Jee, Yes, there are REST API calls to Start the various types of artifacts. Start Import/Link/Upload Start Export Job Start Workbook For further information, please see our documentation: Access...
-
Hi AP, Please see our documentation on GROUPSELECT: Syntax GROUPSELECT(<any>;<any>;<any>) Description Create columns with selected values using a key constant from a specified grouped column in the...
-
Hi Tatiana, There is not a method for entering SQL statements directly into a workbook. However, as part of the creation process for an Import Job or a Data Link you can use a SQL statement to de...
-
Hi Morgan, Correct, IF only takes three arguments. I see two approaches: 1. Create a second column where you populate records with MB/GB/TB depending on what the corresponding entry has. Then st...
-
Hi Jee, There is no direct copy command. However you can Read an artifact to get the JSON description, then modify the JSON to give the file a new name, and finally Create a new artifact based on ...
-
Official comment Since your environment is SSL secured, you will need to do one of two things: 1. get the CA certificate and use the --cacert parameter on the curl command to specify your certificate. 2. specify ...
-
Hi Trupti, In the 6.4 release that your organization is on - the columns are stored in JSON format within the database. In higher releases we do maintain a separate table to make doing what you ar...