fork download
  1. import org.apache.hadoop.fs.Path;
  2.  
  3. public class Main {
  4. public static void main(String[] args) throws Exception {
  5. System.out.println(new Path("path", "child"));
  6. }
  7. }
Success #stdin #stdout #stderr 0.01s 5288KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Error: near line 1: near "import": syntax error
Error: near line 3: near "public": syntax error
Error: near line 6: unrecognized token: "}"