-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sasjs submitted job did not show up in SAS EVM #807
Comments
Currently we use the compute API ( |
Can this be implemented quickly ? If yes, let me know when this can be done ?
From: Allan Bowe ***@***.***>
Reply to: sasjs/cli ***@***.***>
Date: Wednesday, 30 June 2021 at 4:49 PM
To: sasjs/cli ***@***.***>
Cc: "Toluchuri, Venkateswarlu" ***@***.***>, Author ***@***.***>
Subject: Re: [sasjs/cli] sasjs submitted job did not show up in SAS EVM (#807)
Currently we use the compute API (useComputeApi:true) for running jobs. We should switch to JES API (useComputeApi:false) to resolve this issue
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#807 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AET4YOMBVJJQP4MHX5DNQFTTVL4KNANCNFSM47SDPIFA>.
This e-mail, including attachments, may include confidential and/or
proprietary information, and may be used only by the person or entity
to which it is addressed. If the reader of this e-mail is not the intended
recipient or his or her authorized agent, the reader is hereby notified
that any dissemination, distribution or copying of this e-mail is
prohibited. If you have received this e-mail in error, please notify the
sender by replying to this message and delete this e-mail immediately.
|
how to switch from useComputeApi:true to useComputeApi:false ? Is it a simple change can be done from myside in any sasjs config file ? |
Hi @venkattoluchuri - it's a setting we need to apply during the build of the CLI, in relation the sasjs/adapter which handles all the communication with SAS. There are three ways you can run jobs in Viya with this flag:
There's more info in the README here: https://github.com/sasjs/adapter#configuration We should have some capacity to look at this tomorrow |
@venkattoluchuri - we'd be happy to work on this however we would need some sponsorship to make it happen. We estimate that at 3 developer days. The implementation would include a switch in the sasjsconfig, so the execution option can be down to the end user. It would also include tests and documentation. Do you have some budget available? |
sasjs submitted job did not show up in SAS EVM
The text was updated successfully, but these errors were encountered: