HBase – Shell
This chapter explains how to start HBase interactive shell that comes along with HBase. HBase Shell HBase contains a shell using which you can communicate with HBase. HBase uses the…
This chapter explains how to start HBase interactive shell that comes along with HBase. HBase Shell HBase contains a shell using which you can communicate with HBase. HBase uses the…
A combination chart helps in rendering each series as a different marker type from the following list: line, area, bars, candlesticks, and stepped area. To assign a default marker type…
Your First VBScript Let us write a VBScript to print out "Hello World". <html> <body> <script language = "vbscript" type = "text/vbscript"> document.write("Hello World!") </script> </body> </html> In the above…
This chapter explains how HBase is installed and initially configured. Java and Hadoop are required to proceed with HBase, so you have to download and install java and Hadoop in…
Microsoft VBScript (Visual Basic Script) is a general-purpose, lightweight and active scripting language developed by Microsoft that is modeled on Visual Basic. Nowadays, VBScript is the primary scripting language for…
While working with CICS, you may encounter abends. Following are the common abend codes with their description which will help you to resolve the issues − Sr.NoCode & Description1ASRAProgram Check…
In HBase, tables are split into regions and are served by the region servers. Regions are vertically divided by column families into “Stores”. Stores are saved as files in HDFS.…
Following is an example of a column chart with data labels. We've already seen the configuration used to draw this chart in the Google Charts Configuration Syntax chapter. So, let's see the…
The mutual communication that takes place between two or more systems is known as intercommunication. Benefits of Intercommunication The important benefits of intercommunication are as follows − We do not need…
There are different scratch pads which are available in CICS for saving data or to transfer the data between transactions. There are five storage areas which are provided by CICS,…