Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. testUtil = new HBaseTestingUtility(startingConf);
  2. testUtil.startMiniCluster();
  3.  
  4. final String aJarResourcePath = Thread.currentThread().getContextClassLoader()
  5. .getResource("abc/a-1.0.jar").getPath(); final FileSystem fs = FileSystem.get(configuration);
  6. final Path pathToArtifacts = new Path("/program-runtime/a-artifacts");
  7. fs.mkdirs(pathToArtifacts);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement