Sign In
Avkash Chauhan's Blog
Windows Azure, Windows 8, Cloud Computing, Big Data and Hadoop: All together at one place.. One problem, One solution at One time...
Blog - Title
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Twitter
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
Tags
ACS
Announcement
ASP.NET
Azure
Code Sample
CSUPLOAD
Error
Exception
Exception ERROR UNSUPPORTED OS
Exceptions
Hadoop
How to Do
How to Do.
How to Do..
Node.js
Service Management API
SQL Azure
Storage
VHD
VM Role
VMRole
Windows Azure
Windows Azure. Hadoop
Monthly Archives
Archives
February 2012
(7)
January 2012
(25)
December 2011
(28)
November 2011
(30)
October 2011
(31)
September 2011
(27)
August 2011
(18)
July 2011
(16)
June 2011
(16)
May 2011
(18)
April 2011
(20)
March 2011
(15)
February 2011
(21)
January 2011
(10)
December 2010
(16)
November 2010
(8)
October 2010
(8)
Blog - Link List
Favorite Blogs
Windows Azure Team Blog
Windows Azure Storage Team Blog
Steve Marx Blog
MSDN Blogs
>
Avkash Chauhan's Blog
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Avkash Chauhan's Blog
Windows Azure Blob Upload Scenarios
Posted
1 day ago
by
Avkash Chauhan - MSFT
0
Comments
Windows Azure Blob storage API provided following upload scenarios to upload a blob: Scenario [1]: You can upload a single blob in N parallel threads In your code if you set CloudBlobClient.ParallelOperationThreadCount = N; then N parallel threads...
Avkash Chauhan's Blog
Keys to understand relationship between MapReduce and HDFS
Posted
7 days ago
by
Avkash Chauhan - MSFT
0
Comments
Map Task (HDFS data localization): The unit of input for a map task is an HDFS data block of the input file. The map task functions most efficiently if the data block it has to process is available locally on the node on which the task is scheduled...
Avkash Chauhan's Blog
Solving SSL Certificate expiration problem with an existing Windows Azure Application
Posted
8 days ago
by
Avkash Chauhan - MSFT
0
Comments
Recently I was working on an issue where the SSL certificate was expired and due to it, the user were warned to not to use site. The certificate expiration was visible as below: In this situation the following steps should be taken to get...
Avkash Chauhan's Blog
Hadoop Performance: How storage disk types in individual node will impact the job performance?
Posted
8 days ago
by
Avkash Chauhan - MSFT
0
Comments
As you may have already know that Hadoop Cluster is network and disk, IO intensive. Recently I was trying to run a test scenario where I decided to change SATA hard disk to a high performance SSD Disk while keeping the cluster hardware the same. I was...
Avkash Chauhan's Blog
How many copies of your blob is stored in Windows Azure Blob Storage?
Posted
13 days ago
by
Avkash Chauhan - MSFT
0
Comments
I was recently asked about if someone store their content at Windows Azure Storage, how secure is it and how many copies are there, so I decided to write this article. Technically there are 6 copies of your blob content , distributed in two separate...
Avkash Chauhan's Blog
Internals of Hadoop Pig Operators as MapReduce Job
Posted
13 days ago
by
Avkash Chauhan - MSFT
0
Comments
I was recently asked to show that Pig scripts are actually MapReduce jobs so to explain it in very simple way I have created the following example: Read a text file using Pig Script Dump the content of the file As you can see below...
Avkash Chauhan's Blog
Which one to choose between Pig and Hive?
Posted
15 days ago
by
Avkash Chauhan - MSFT
0
Comments
Technically they both will do the job, you are looking from "either hive or Pig" perspective, means you don't know what you are doing yet. However if you first define the data source, scope and the result representation and then look for which one to...
Avkash Chauhan's Blog
Handling two known issues with Windows Azure node.js SDK 0.5.2
Posted
21 days ago
by
Avkash Chauhan - MSFT
1
Comments
My recent development work with Windows Azure Node.js SDK 0.5.2 helped me to found two issues. Until next SDK update is available please use the given workaround to solve your problem. Issues 1: Exception while testing your node.js application in...
Avkash Chauhan's Blog
NougakuDoCompanion: A “Ruby on Rails” companion for Windows Azure
Posted
21 days ago
by
Avkash Chauhan - MSFT
0
Comments
I was recently informed about a great “Ruby on Rails” companion package to run your Ruby on Rails application on Windows Azure. With this package you can: Run multiple instance of Ruby Application on Windows Azure Deploy your application...
Avkash Chauhan's Blog
Customizing your Hadoop cluster running on your own Windows Azure Subscription
Posted
23 days ago
by
Avkash Chauhan - MSFT
0
Comments
In this article we will learn how to configure the same Hadoop cluster to do some customization. To learn about creating your own Hadoop cluster on Windows Azure by using your own Windows Azure Subscription account – Click here To add more...
Avkash Chauhan's Blog
Creating your own Hadoop cluster on Windows Azure by using your own Windows Azure Subscription account
Posted
24 days ago
by
Avkash Chauhan - MSFT
1
Comments
Apache Hadoop distribution (currently in CTP) allows you to setup your own Hadoop cluster in Windows Azure cloud. This is article is written keeping those users in mind, who are very new to “Windows Azure” and “Hadoop on Windows Azure”...
Avkash Chauhan's Blog
Windows Azure Troubleshooting - Taking specific Windows Azure Instance offline
Posted
26 days ago
by
Avkash Chauhan - MSFT
0
Comments
When you have lots of instances running on Windows Azure, you may need to investigate issues on a specific instance however there is not direct way, you can offline specific instance from your total instances. To investigate a specific instance your first...
Avkash Chauhan's Blog
Setting Amazon S3 Storage as data source (s3n://) in Hadoop on Azure (hadooponazure.com) portal
Posted
26 days ago
by
Avkash Chauhan - MSFT
0
Comments
To get your Amazon S3 account setup with Apache Hadoop cluster on Windows Azure you just need you AWS security credentials which pretty much look like as below: After you completed creating Hadoop cluster in Windows Azure, you can log into your...
Avkash Chauhan's Blog
Real World Windows Azure Guidance: Troubleshooting Best Practices for Developing Windows Azure Applications
Posted
27 days ago
by
Avkash Chauhan - MSFT
0
Comments
One of my teammate William Bellamy has written a great article “ Troubleshooting Best Practices for Developing Windows Azure Applications ” which is available for everyone to consume. Summary: The number one priority of Microsoft...
Avkash Chauhan's Blog
Node.js and Windows Azure: Creating a blog application using Node.JS and Windows Azure Table & Blob Storage Part 1
Posted
27 days ago
by
Avkash Chauhan - MSFT
1
Comments
In this example I will create a node.js based blob application which will storage all the blog articles on Azure Storage. When application starts it reads blog article from Windows Azure table storage and then render it using EJS viewer. This sample is...
Avkash Chauhan's Blog
Understanding Map/Reduce job in Apache Hadoop on Windows Azure (A Reverse Approach)
Posted
1 month ago
by
Avkash Chauhan - MSFT
0
Comments
When you run Map/Reduce job in Hadoop cluster on Windows Azure you will get an aggregated progress and log directly on portal, so you can see what is happening with your job. This log is different the what see when you do check individual job status in...
Avkash Chauhan's Blog
Windows Azure application VM and (virtual) IP Address
Posted
1 month ago
by
Avkash Chauhan - MSFT
0
Comments
Time to time, I get involved with our Windows Azure partners to discussion IP address configuration in Windows Azure Virtual Machine so I decided to write this article to point out most of the configuration: When you have your application running...
Avkash Chauhan's Blog
Setting Windows Azure Blob Storage (asv) as data source directly from Portal at Hadoop on Azure
Posted
1 month ago
by
Avkash Chauhan - MSFT
0
Comments
After you log into your Hadoop Portal and configured your cluster, you can select “Manage Data” tile as below: On the next screen you can select: “Set up ASV” to set your Windows Azure Blob Storage as data source...
Avkash Chauhan's Blog
Using Symbolic links with local storage to store large amount of data in Windows Azure Application Drive
Posted
1 month ago
by
Avkash Chauhan - MSFT
0
Comments
By default the application drive in Windows Azure VM has maximum size limitation of 1GB with any kind of VM type (small, extra-large). So if you have a large or extra-large VM, and running multiple sites configured in your Web Role, you might want to...
Avkash Chauhan's Blog
With Azure SDK 1.6, Azure Diagnostics is enabled by default can cause thousands of daily transections to Azure Storage
Posted
1 month ago
by
Avkash Chauhan - MSFT
1
Comments
In Windows Azure VM diagnostics is enabled by default so basic log can be collected and transferred to Azure Storage on demand. With Windows Azure SDK 1.6, the default application setting do two things: 1. It enable the diagnostics and transfer diagnostics...
Avkash Chauhan's Blog
Running Apache Pig (Pig Latin) at Apache Hadoop on Windows Azure
Posted
1 month ago
by
Avkash Chauhan - MSFT
0
Comments
Microsoft Distribution of Apache Hadoop comes with Pig Support along with an Interactive JavaScript shell where users can run their Pig queries immediately without adding specific configuration. The Apache distribution running on Windows Azure has built...
Avkash Chauhan's Blog
Accessing Windows Azure blob Storage as Network Drive
Posted
1 month ago
by
Avkash Chauhan - MSFT
0
Comments
If you want to access Windows Azure Blob Storage same as a drive on your development machine you sure can do it. Gladinet provide the application to mount Windows Azure Blob Storage directly as a Network Drive so you can access blob directly from your...
Avkash Chauhan's Blog
Apache Hadoop on Windows Azure : Running Hive Scripts from Interactive Hive Console
Posted
1 month ago
by
Avkash Chauhan - MSFT
2
Comments
Microsoft Distribution of Apache Hadoop comes with Hive Support along with an Interactive Hive shell where users can run their Hive queries immediately without adding specific configuration. The Apache distribution running on Windows Azure has built in...
Avkash Chauhan's Blog
Apache Hadoop on Windows Azure: Few tips and tricks to manage your Hadoop cluster in Windows Azure
Posted
1 month ago
by
Avkash Chauhan - MSFT
0
Comments
In Hadoop cluster, namenode communicate with all the other nodes. Apache Hadoop on Windows Azure have the following XML file which includes all the primary settings for Hadoop: C:\Apps\Dist\conf\HDFS-SITE.XML <?xml version="1.0...
Avkash Chauhan's Blog
Using Windows Azure Blob Storage (asv://) for input data and storing results in Hadoop Map/Reduce Job on Windows Azure
Posted
1 month ago
by
Avkash Chauhan - MSFT
0
Comments
Microsoft distribution to Apache Hadoop comes by direct connectivity to cloud storage i.e. Windows Azure Blob storage or Amazon S3. Here we will learn how to connect your Windows Azure Storage directly from your Hadoop Cluster. To learn how to connect...
Page 1 of 13 (314 items)
1
2
3
4
5
»