commandType = ..........;
*/
// As of now, the available prepare action is of type hdfs. Hence, assigning the value directly
commandType = "hdfs";
if (commandType.equalsIgnoreCase("hdfs")) {
fsActions.execute(nl.item(i));
} /*else if(commandType.equalsIgnoreCase("hcat")) { //Other command types go here
hCatActions.execute(nl.item(i));
}*/
}
} catch (IOException ioe) {