357358359360361362363
return "hdfs".equals(fs.getUri().getScheme()); } } @Override public WebHCatJTShim getWebHCatShim(Configuration conf, UserGroupInformation ugi) throws IOException { return new WebHCatJTShim20S(conf, ugi);//this has state, so can't be cached }
390391392393394395396
326327328329330331332