Tag: Hadoop

Data and Analytics Innovation using SAS & Spark – part 2

In part 1 of this post, we looked at setting up Spark jobs from Cloud Analytics Services (CAS) to load and save data to and from Hadoop. Now we are moving on to the next step in the analytic cycle, scoring data in Hadoop and executing SAS code as a […]

Data and Analytics Innovation using SAS & Spark – part 2 was published on SAS Users.

Data and Analytics Innovation using SAS & Spark – part 1

This article is not a tutorial on Hadoop, Spark, or big data. At the same time, no prerequisite knowledge of these technologies is required for understanding. We’ll give you enough background prior to diving into the details. In simplest terms, the Hadoop framework maintains the data and Spark controls and […]

Data and Analytics Innovation using SAS & Spark – part 1 was published on SAS Users.

Accessing Databases in the Cloud – SAS Data Connectors and Amazon Web Services

Editor’s note: This is the first article in a series by Conor Hogan, a Solutions Architect at SAS, on SAS and database and storage options on cloud technologies. This article covers the SAS offerings available to connect to and interact with the various database options available in Amazon Web Services. […]

Accessing Databases in the Cloud – SAS Data Connectors and Amazon Web Services was published on SAS Users.

The road to SAS Global Forum: A training Q&A with the Jedi SAS

The journey continues as we hear from the instructors for each of the courses being offered on Thursday and Friday, April 21 and 22 after SAS Global Forum. Next up is Mark Jordan who developed and will teach the Introduction to DS2 and Hadoop course. Why should people get excited […]

The post The road to SAS Global Forum: A training Q&A with the Jedi SAS appeared first on SAS Learning Post.

SAS VA Data Builder: Add a New Data Item

The SAS Visual Analytics Data Builder allows you to prepare and load data to the SAS LASR Server so you can complete analysis or build reports and dashboards. It’s a little more tricky to use than some of the other parts of SAS Visual Analytics but can usually be mastered within a day. If you need to add a data item to your data table, …

This post appeared first on BI Notes for SAS Software Users. Go to the site to subscribe or view more content.

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

3 Methods to Remove Data from the HDFS VAPUBLIC Directory

When working with HDFS, you are often loading data to the various directories to upload into SAS Visual Analytics. However, sometimes you want to remove that data. Here’s three different ways to remove the data.

Method 1: Use the SAS VA Administrator Tools

If you have access to the Manage Environment area, you can use the Explore HDFS tab to interact with the data in the HDFS. You …

This post appeared first on BI Notes for SAS Software Users. Go to the site to subscribe or view more content.

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Hadoop releases – here’s the timeline graph!

There’s a lot of buzz about Hadoop these days. I started checking into it, and there seemed to be a gazillion releases. So, being The Graph Guy, I decided to create a graph to make it a little easier to digest! During my search for Hadoop information, I found the […]

The post Hadoop releases – here’s the timeline graph! appeared first on The SAS Training Post.

10 popular Linux commands for Hadoop

This post was kindly contributed by DATA ANALYSIS – go there to comment and to read the full post. The Hadoop system has its unique shell language, which is called FS. Comparing with the common Bash shell within the Linux ecosystem,…