Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.31 KB | None | 0 0
  1. hduser@ubuntu:/usr/local/geomesa/geomesa-gdelt$ hadoop jar /usr/local/geomesa/geomesa-gdelt/target/geomesa-gdelt-1.0-SNAPSHOT.jar geomesa.gdelt.GDELTIngest -instanceId 8e956941-5108-4a75-bd75-cb08232afc1e -zookeepers localhost:2181 -user hduser -password 123456 -auths public -tableName gdelt -featureName event -ingestFile hdfs:///gdelt/uncompressed/gdelt.tsv
  2. getAccumuloDataStoreConf: org.apache.commons.cli.CommandLine@19b32fe
  3. dsConf: {visibilities=null, auths=public, tableName=gdelt, instanceId=8e956941-5108-4a75-bd75-cb08232afc1e, zookeepers=localhost:2181, password=123456, user=hduser}
  4. featureName: event
  5. 14/07/23 20:45:58 INFO HSQLDB476679B72F.ENGINE: dataFileCache open start
  6. 14/07/23 20:45:59 INFO HSQLDB476679B72F.ENGINE: Checkpoint start
  7. 14/07/23 20:45:59 INFO HSQLDB476679B72F.ENGINE: Checkpoint end
  8. Exception in thread "main" java.lang.NullPointerException
  9.     at geomesa.gdelt.GDELTIngest.main(GDELTIngest.java:118)
  10.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  11.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  12.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  13.     at java.lang.reflect.Method.invoke(Method.java:606)
  14.     at org.apache.hadoop.util.RunJar.main(RunJar.java:212)
  15. hduser@ubuntu:/usr/local/geomesa/geomesa-gdelt$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement