Book Image

Learning HBase

By : Shashwat Shriparv
Book Image

Learning HBase

By: Shashwat Shriparv

Overview of this book

Table of Contents (18 chapters)
Learning HBase
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Downloading Java on Ubuntu


The following are the links from where we can download the required files:

First, we need to know whether our installed OS is 64 bit or 32 bit; we can check this using the uname –a command.

If you use a 32-bit OS, the output will be as follows:

Linux infinity 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 i686 i686 i386 GNU/Linux
I686 denotes 32 bit

If you use a 64-bit OS, the output will be as follows:

Linux infinity 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 x86_64x86_64x86_64...