Sign in
Distributed Development
Thoughts on cloud, distributed computing & interoperability
Search
Social Media Sharing
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Tags
azure
cloud
cygwin
hadoop
java
Jetty
NIO
powershell
remote access
Shared Folders
SSH
Archive
Archives
August 2011
(3)
May 2011
(1)
February 2011
(1)
January 2011
(1)
Translate This Page
Translate this page
Powered by
Microsoft® Translator
MSDN Blogs
>
Distributed Development
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Distributed Development
Creating a Hadoop Development Cluster in Azure
Posted
over 2 years ago
by
Mario Kosmiskas
3
Comments
In my previous post on Hadoop I showed how you could easily deploy a cluster to run on Azure. What was missing was a way to efficiently use the cluster. You could always remote desktop to the Job Tracker and kick off a job but there are better ways. ...
Distributed Development
Command Line Access to Azure VMs – SSH
Posted
over 2 years ago
by
Mario Kosmiskas
3
Comments
In a previous post I showed how to configure a service to allow for remote access using PowerShell Remoting . Another way of achieving the same goal is to use SSH. SSH is capable of more than just remote access – copying files and tunneling are...
Distributed Development
Command Line Access to Azure VMs – PowerShell Remoting
Posted
over 2 years ago
by
Mario Kosmiskas
0
Comments
Every so often I deploy a service to Azure which requires some sort of manual intervention during its execution. That typically involves issuing a few commands from the machine hosting the service or maybe even updating configuration files. The regular...
Distributed Development
Hadoop in Azure
Posted
over 2 years ago
by
Mario Kosmiskas
9
Comments
Is it possible to deploy a Hadoop cluster in Azure? It sure is and setting one up is not difficult, here’s how you do it. Update : Microsoft has recently announced a new 'Big Data' strategy and Hadoop is an integral part of it. Microsoft...
Distributed Development
Sharing Folders in Azure
Posted
over 2 years ago
by
Mario Kosmiskas
4
Comments
When multiple instances of an application need to share data in Azure they typically use Azure Storage or SQL Azure. Some legacy applications were written to use Shared Folders to exchange information between instances or in producer/consumer scenarios...
Distributed Development
Deploying Java Applications in Azure
Posted
over 2 years ago
by
Mario Kosmiskas
3
Comments
You have an existing Java application or are developing a new one and want to take advantage of the cloud? Azure is an attractive platform for deploying a variety of applications, including Java based apps. In Azure you simply upload your application...
Page 1 of 1 (6 items)