Can i install Apache Hue for Hadoop in Windows? - hadoop

I am working on Hadoop but searching for a better open source HDFS explorer. Ended up with Apache Hue.
For Linux there are manuals but what about for Windows?

Related

Is it possible to use Hadoop MiniCluster without having Hadoop installed locally?

Is it possible with hadoop-mini-cluster or it is just a tool for running cluster locally and it requires to have Hadoop installed on your machine?

How to Install Apache Ambari on MacOS?

Is there any other alternative procedure of installing either from source as described in below link?
https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for+Ambari+2.5.2
or
installing HDP version of Ambari.
Do I have any other alternative source to easy install Ambari eg., like from binary files?
You can build and run Apache Ambari on OSX from source (via the doc link you provided).
There are no binary files that are pre-built and offered by Ambari for OSX.
Even if you get Ambari up and running on OSX you will NOT be able to provision an HDP stack on OSX. This is because the services defined by the HDP stack only support linux or windows. Yum, a package manager utility, is required to install the services (ie. Yarn, Spark, etc.) on linux. Yum is not available on osx.
You would have to write a custom stack for it to work on osx. That would be a good deal of work.
That being said there is nothing stopping you from installing services via source or pre-packaged bins from the various apache repos on OSX. This will allow you to run Hadoop processes locally on OSX but without the niceties provided by Ambari for provisioning, managing, and monitoring.

Installation process for Hive on windows 7?

suggest me the best installation process for hive on windows 7. I have downloaded hadoop and hive from apache but couldn't install them.

Build Apache Hadoop 2.5.1 in windows

I like to configure Hadoop Setup in windows environment is there any step to step guide available for installing Hadoop 2.5.1 in with configuring both hadoop master and slave in windows platform.
also like to know what are all the limitations in Hadoop windows Setup?
Refer the below links to build Hadoop on windows :
http://harishshan.blogspot.in/2014/10/install-hadoop-251-on-windows-7-64bit.html
http://www.srccodes.com/p/article/38/build-install-configure-run-apache-hadoop-2.2.0-microsoft-windows-os

Installing hadoop on windows xp

i am having problems while trying to install hadoop on windows32 bit
i have followed the yahoo ttorial on installing hadoop
http://developer.yahoo.com/hadoop/tutorial/
and have successfully downloaded the VMplayer and Hadoop virtual machine image,
but i am not able to configure the eclipse plug-in
using the jar i am able to write the basic map-reduce program in eclipse,Now after writing howw to execute them on hadoop as with hadoop vMimage i can not find the bin directory
Hortonworks has released windows version of hadoop by modifying shell scripts wrappers by windows powershell scripts. You can directly install hadoop on your windows machine.
Use the following link for downloading the windows version :
http://s3.amazonaws.com/public-repo-1.hortonworks.com/HDP-Win/1.1/Beta/HDP-WIN-1.1.0_BETA-hadoop.zip

Resources