Skip to content

Instantly share code, notes, and snippets.

@abinashmeher999
Created April 11, 2016 12:43
Show Gist options
  • Save abinashmeher999/029df2ce39cdd8680020fffc1474dc37 to your computer and use it in GitHub Desktop.
Save abinashmeher999/029df2ce39cdd8680020fffc1474dc37 to your computer and use it in GitHub Desktop.
log4j:WARN No appenders could be found for logger (org.apache.hadoop.metrics2.lib.MutableMetricsFactory).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Using Spark's repl log4j profile: org/apache/spark/log4j-defaults-repl.properties
To adjust logging level use sc.setLogLevel("INFO")
Welcome to
____ __
/ __/__ ___ _____/ /__
_\ \/ _ \/ _ `/ __/ '_/
/___/ .__/\_,_/_/ /_/\_\ version 1.6.1
/_/
Using Scala version 2.10.5 (OpenJDK 64-Bit Server VM, Java 1.7.0_91)
Type in expressions to have them evaluated.
Type :help for more information.
16/04/11 18:11:03 WARN Utils: Your hostname, JARVIS resolves to a loopback address: 127.0.1.1; using 10.145.85.201 instead (on interface wlan0)
16/04/11 18:11:03 WARN Utils: Set SPARK_LOCAL_IP if you need to bind to another address
Spark context available as sc.
16/04/11 18:11:05 WARN Connection: BoneCP specified but not present in CLASSPATH (or one of dependencies)
16/04/11 18:11:05 WARN Connection: BoneCP specified but not present in CLASSPATH (or one of dependencies)
16/04/11 18:11:24 WARN ObjectStore: Version information not found in metastore. hive.metastore.schema.verification is not enabled so recording the schema version 1.2.0
16/04/11 18:11:24 WARN ObjectStore: Failed to get database default, returning NoSuchObjectException
16/04/11 18:11:27 WARN Connection: BoneCP specified but not present in CLASSPATH (or one of dependencies)
16/04/11 18:11:27 WARN Connection: BoneCP specified but not present in CLASSPATH (or one of dependencies)
16/04/11 18:11:40 WARN ObjectStore: Version information not found in metastore. hive.metastore.schema.verification is not enabled so recording the schema version 1.2.0
16/04/11 18:11:40 WARN ObjectStore: Failed to get database default, returning NoSuchObjectException
SQL context available as sqlContext.
scala> exit
warning: there were 1 deprecation warning(s); re-run with -deprecation for details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment