41.What does “file could only be replicated to 0 nodes, instead of 1” mean? The namenode does not have any available DataNodes.
Interview Questions
- HadoopInterview Questions and AnswersTechnical Interview Questions and Answers
- HadoopInterview Questions and AnswersTechnical Interview Questions and Answers
Hadoop Interview Questions and Answers Part-4
by Sby S31.Default replication factor to a file is 3. Use ‘-setrep’ command to change replication factor of a file to 2. hadoop fs -setrep -w 2 apache_hadoop/sample.txt
- HadoopInterview Questions and AnswersTechnical Interview Questions and Answers
Hadoop Interview Questions and Answers Part-3
by Sby S21.What is a ‘block’ in HDFS? A ‘block’ is the minimum amount of data that can be read or written. In HDFS, the default block size is 64 MB as …
- HadoopInterview Questions and AnswersTechnical Interview Questions and Answers
Hadoop Interview Questions and Answers Part-2
by Sby S11.What is Fault Tolerance? Suppose you have a file stored in a system, and due to some technical problem that file gets destroyed. Then there is no chance of getting …
- HadoopInterview Questions and AnswersTechnical Interview Questions and Answers
Hadoop Interview Questions and Answers Part-1
by Sby S1.What does ‘jps’ command do? It gives the status of the deamons which run Hadoop cluster. It gives the output mentioning the status of namenode, datanode , secondary namenode, Jobtracker …
- GWTInterview Questions and AnswersTechnical Interview Questions and Answers
GWT Interview Questions and Answers For Freshers Part-5
by Sby S41.Which widget represents a standard check box widget. This class also serves as a base class for RadioButton in GWT? CheckBox widget represents a standard check box widget. This class …
- GWTInterview Questions and AnswersTechnical Interview Questions and Answers
GWT Interview Questions and Answers For Freshers Part-4
by Sby S31.Which class is the superclass of all user-interface classes? The class UIObject is the superclass for all user-interface objects.
- GWTInterview Questions and AnswersTechnical Interview Questions and Answers
GWT Interview Questions and Answers For Freshers Part-3
by Sby S21.What is the purpose of Host Page? The most important public resource is host page which is used to invoke actual GWT application. A typical HTML host page for an …
- GWTInterview Questions and AnswersTechnical Interview Questions and Answers
GWT Interview Questions and Answers For Freshers Part-2
by Sby S11.What is the purpose of ‘source’ tag in *.gwt.xml file in GWT? This specifies the names of source folders which GWT compiler will search for source compilation.
- GWTInterview Questions and AnswersTechnical Interview Questions and Answers
GWT Interview Questions and Answers For Freshers Part-1
by Sby S1.What is GWT? Google Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications. GWT is used by many products at Google, including Google AdWords and …