- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
[Not getting any responses on the Visual Analytics board, so trying here..]
SAS 9.4 & VA 7.3 (distributed, co-located with Cloudera): Trying to understand all the ways SAS users (especially programmers) can utilise the platform, set up best practices, explain worst-case scenarios if they program with an "old SAS" mindset, etc - what processing takes place in the LASR server, and what processing is fed back to a compute server, because I don't want them creating code which draws massive amounts of Hadoop or LASR data back to a compute server.
I've reviewed the VA admin guide, the IMS ref guide, the VA installation guide, etc.
One question I haven't been able to definitely answer: The processing behind the VA Data Preparation (e.g, when setting up a star schema), it's essentially SQL execution, but where will that processing be executed - on the LASR server, or by a compute server?
Thanks.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
To my understanding, all data perpetration/builder logic is executed by a compute server. Only the loading part to LASR naturally involves LASR.
And with SAS code, especially SQL, you could probably benefit from implict pass through if your data source is in Hadoop or other RDBMS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
To my understanding, all data perpetration/builder logic is executed by a compute server. Only the loading part to LASR naturally involves LASR.
And with SAS code, especially SQL, you could probably benefit from implict pass through if your data source is in Hadoop or other RDBMS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
VDB builds SAS programs that run on the workspace server. Some of the buttons in the interface interfaces of VA apps like some of the data import features spawn pooled workspace servers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Call tech support when you have a moment free and ask for me lets have a chat about it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, Simon - will do. Chat soon.