Github user alexliu68 commented on the pull request:

    https://github.com/apache/spark/pull/4406#issuecomment-74178413
  
    The following log shows how HiveServer2 starts metastore
    
    INFO  2015-02-12 15:37:56 org.apache.hive.service.AbstractService: 
HiveServer2: Async execution pool size 50
    INFO  2015-02-12 15:37:56 org.apache.hive.service.AbstractService: 
Service:OperationManager is inited.
    INFO  2015-02-12 15:37:56 org.apache.hive.service.AbstractService: Service: 
SessionManager is inited.
    INFO  2015-02-12 15:37:56 org.apache.hive.service.AbstractService: Service: 
CLIService is inited.
    INFO  2015-02-12 15:37:56 org.apache.hive.service.AbstractService: 
Service:ThriftBinaryCLIService is inited.
    INFO  2015-02-12 15:37:56 org.apache.hive.service.AbstractService: Service: 
HiveServer2 is inited.
    INFO  2015-02-12 15:37:56 org.apache.hive.service.AbstractService: 
Service:OperationManager is started.
    INFO  2015-02-12 15:37:56 org.apache.hive.service.AbstractService: 
Service:SessionManager is started.
    INFO  2015-02-12 15:37:56 org.apache.hive.service.AbstractService: 
Service:CLIService is started.
    INFO  2015-02-12 15:37:56 org.apache.hadoop.hive.metastore.HiveMetaStore: 
0: Opening raw store with implemenation 
class:com.datastax.bdp.hadoop.hive.metastore.CassandraHiveMetaStore
    DEBUG 2015-02-12 15:37:56 org.apache.hadoop.conf.Configuration: 
java.io.IOException: config(config)
        at org.apache.hadoop.conf.Configuration.<init>(Configuration.java:263)
        at 
org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.getConf(HiveMetaStore.java:381)
        at 
org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.newRawStore(HiveMetaStore.java:413)
        at 
org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.getMS(HiveMetaStore.java:402)
        at 
org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.createDefaultDB(HiveMetaStore.java:441)
        at 
org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.init(HiveMetaStore.java:326)
        at 
org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.<init>(HiveMetaStore.java:286)
        at 
org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:54)
        at 
org.apache.hadoop.hive.metastore.RetryingHMSHandler.getProxy(RetryingHMSHandler.java:59)
        at 
org.apache.hadoop.hive.metastore.HiveMetaStore.newHMSHandler(HiveMetaStore.java:4060)
        at 
org.apache.hadoop.hive.metastore.HiveMetaStoreClient.<init>(HiveMetaStoreClient.java:121)
        at 
org.apache.hadoop.hive.metastore.HiveMetaStoreClient.<init>(HiveMetaStoreClient.java:104)
        at org.apache.hive.service.cli.CLIService.start(CLIService.java:82)
        at 
org.apache.hive.service.CompositeService.start(CompositeService.java:70)
        at org.apache.hive.service.server.HiveServer2.start(HiveServer2.java:73)
        at 
org.apache.spark.sql.hive.thriftserver.HiveThriftServer2$.main(HiveThriftServer2.scala:69)
        at 
org.apache.spark.sql.hive.thriftserver.HiveThriftServer2.main(HiveThriftServer2.scala)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.apache.spark.deploy.SparkSubmit$.launch(SparkSubmit.scala:358)
        at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:75)
        at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)
    
    DEBUG 2015-02-12 15:37:56 
com.datastax.bdp.hadoop.hive.metastore.CassandraHiveMetaStore: Creating 
CassandraHiveMetaStore


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to