[jira] [Commented] (SPARK-14067) spark-shell WARN ObjectStore: Failed to get database default,returning NoSuchObjectException

2019-07-02 Thread gloCalHelp.com (JIRA)


[ 
https://issues.apache.org/jira/browse/SPARK-14067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16877450#comment-16877450
 ] 

gloCalHelp.com commented on SPARK-14067:


Thank you for your guiding, sorry for no time to confirm.

> spark-shell WARN ObjectStore: Failed to get database default,returning 
> NoSuchObjectException
> 
>
> Key: SPARK-14067
> URL: https://issues.apache.org/jira/browse/SPARK-14067
> Project: Spark
>  Issue Type: Bug
>  Components: Spark Shell
>Affects Versions: 1.6.0, 1.6.1
> Environment: OS:ubuntu14.04 LTS 3 vms,
> 1, having start hadoop cluster with 3 nodes;
> 2, having start spark's standalone deploy mode cluster with 3 nodes
> by sbin/start-all.sh
> 3, then before entering scala console,  an exception happened as below,
> but can type :help command.
>Reporter: gloCalHelp.com
>Priority: Critical
>
> OS:ubuntu14.04 LTS 3 vms,
> 1, having start hadoop cluster with 3 nodes;
> 2, having start spark's standalone deploy mode cluster with 3 nodes
> by sbin/start-all.sh
> 3, then before entering scala console,  an exception happened as title and 
> below log,
> but can type :help command.
>  / __/__  ___ _/ /__
> _\ \/ _ \/ _ `/ __/  '_/
>/___/ .__/\_,_/_/ /_/\_\   version 1.6.1
>   /_/
> Using Scala version 2.10.5 (Java HotSpot(TM) Client VM, Java 1.7.0_45)
> Type in expressions to have them evaluated.
> Type :help for more information.
> 16/03/22 16:03:19 WARN Utils: Your hostname, master resolves to a loopback 
> address: 127.0.0.1; using 192.168.185.168 instead (on interface eth0)
> 16/03/22 16:03:19 WARN Utils: Set SPARK_LOCAL_IP if you need to bind to 
> another address
> Spark context available as sc.
> 16/03/22 16:04:06 WARN Connection: BoneCP specified but not present in 
> CLASSPATH (or one of dependencies)
> 16/03/22 16:04:08 WARN Connection: BoneCP specified but not present in 
> CLASSPATH (or one of dependencies)
> 16/03/22 16:04:28 WARN ObjectStore: Version information not found in 
> metastore. hive.metastore.schema.verification is not enabled so recording the 
> schema version 1.2.0
> 16/03/22 16:04:29 WARN ObjectStore: Failed to get database default, returning 
> NoSuchObjectException
> Java HotSpot(TM) Client VM warning: You have loaded library 
> /tmp/libnetty-transport-native-epoll7745204847881537447.so which might have 
> disabled stack guard. The VM will try to fix the stack guard now.
> It's highly recommended that you fix the library with 'execstack -c 
> ', or link it with '-z noexecstack'.
> 16/03/22 16:04:42 WARN Connection: BoneCP specified but not present in 
> CLASSPATH (or one of dependencies)
> 16/03/22 16:04:44 WARN Connection: BoneCP specified but not present in 
> CLASSPATH (or one of dependencies)
> SQL context available as sqlContext.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-14067) spark-shell WARN ObjectStore: Failed to get database default,returning NoSuchObjectException

2016-03-22 Thread gloCalHelp.com (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-14067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15206119#comment-15206119
 ] 

gloCalHelp.com commented on SPARK-14067:


I only start hadoop and didn't start hbase, is this a reason?

By the way, how to configure spark shell to connect to hbase without 
using API's coding but in a spark shell or other shells to confirm : hadoop, 
hbase/cassandra, spark cluster are all setting up well?

Thank you very much.


> spark-shell WARN ObjectStore: Failed to get database default,returning 
> NoSuchObjectException
> 
>
> Key: SPARK-14067
> URL: https://issues.apache.org/jira/browse/SPARK-14067
> Project: Spark
>  Issue Type: Bug
>  Components: Spark Shell
>Affects Versions: 1.6.0, 1.6.1
> Environment: OS:ubuntu14.04 LTS 3 vms,
> 1, having start hadoop cluster with 3 nodes;
> 2, having start spark's standalone deploy mode cluster with 3 nodes
> by sbin/start-all.sh
> 3, then before entering scala console,  an exception happened as below,
> but can type :help command.
>Reporter: gloCalHelp.com
>Priority: Critical
>
> OS:ubuntu14.04 LTS 3 vms,
> 1, having start hadoop cluster with 3 nodes;
> 2, having start spark's standalone deploy mode cluster with 3 nodes
> by sbin/start-all.sh
> 3, then before entering scala console,  an exception happened as title and 
> below log,
> but can type :help command.
>  / __/__  ___ _/ /__
> _\ \/ _ \/ _ `/ __/  '_/
>/___/ .__/\_,_/_/ /_/\_\   version 1.6.1
>   /_/
> Using Scala version 2.10.5 (Java HotSpot(TM) Client VM, Java 1.7.0_45)
> Type in expressions to have them evaluated.
> Type :help for more information.
> 16/03/22 16:03:19 WARN Utils: Your hostname, master resolves to a loopback 
> address: 127.0.0.1; using 192.168.185.168 instead (on interface eth0)
> 16/03/22 16:03:19 WARN Utils: Set SPARK_LOCAL_IP if you need to bind to 
> another address
> Spark context available as sc.
> 16/03/22 16:04:06 WARN Connection: BoneCP specified but not present in 
> CLASSPATH (or one of dependencies)
> 16/03/22 16:04:08 WARN Connection: BoneCP specified but not present in 
> CLASSPATH (or one of dependencies)
> 16/03/22 16:04:28 WARN ObjectStore: Version information not found in 
> metastore. hive.metastore.schema.verification is not enabled so recording the 
> schema version 1.2.0
> 16/03/22 16:04:29 WARN ObjectStore: Failed to get database default, returning 
> NoSuchObjectException
> Java HotSpot(TM) Client VM warning: You have loaded library 
> /tmp/libnetty-transport-native-epoll7745204847881537447.so which might have 
> disabled stack guard. The VM will try to fix the stack guard now.
> It's highly recommended that you fix the library with 'execstack -c 
> ', or link it with '-z noexecstack'.
> 16/03/22 16:04:42 WARN Connection: BoneCP specified but not present in 
> CLASSPATH (or one of dependencies)
> 16/03/22 16:04:44 WARN Connection: BoneCP specified but not present in 
> CLASSPATH (or one of dependencies)
> SQL context available as sqlContext.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Created] (SPARK-14067) spark-shell WARN ObjectStore: Failed to get database default,returning NoSuchObjectException

2016-03-22 Thread gloCalHelp.com (JIRA)
gloCalHelp.com created SPARK-14067:
--

 Summary: spark-shell WARN ObjectStore: Failed to get database 
default,returning NoSuchObjectException
 Key: SPARK-14067
 URL: https://issues.apache.org/jira/browse/SPARK-14067
 Project: Spark
  Issue Type: Bug
  Components: Spark Shell
Affects Versions: 1.6.1, 1.6.0
 Environment: OS:ubuntu14.04 LTS 3 vms,
1, having start hadoop cluster with 3 nodes;
2, having start spark's standalone deploy mode cluster with 3 nodes
by sbin/start-all.sh
3, then before entering scala console,  an exception happened as below,
but can type :help command.

Reporter: gloCalHelp.com
Priority: Critical


OS:ubuntu14.04 LTS 3 vms,
1, having start hadoop cluster with 3 nodes;
2, having start spark's standalone deploy mode cluster with 3 nodes
by sbin/start-all.sh
3, then before entering scala console,  an exception happened as title and 
below log,
but can type :help command.


 / __/__  ___ _/ /__
_\ \/ _ \/ _ `/ __/  '_/
   /___/ .__/\_,_/_/ /_/\_\   version 1.6.1
  /_/

Using Scala version 2.10.5 (Java HotSpot(TM) Client VM, Java 1.7.0_45)
Type in expressions to have them evaluated.
Type :help for more information.
16/03/22 16:03:19 WARN Utils: Your hostname, master resolves to a loopback 
address: 127.0.0.1; using 192.168.185.168 instead (on interface eth0)
16/03/22 16:03:19 WARN Utils: Set SPARK_LOCAL_IP if you need to bind to another 
address
Spark context available as sc.
16/03/22 16:04:06 WARN Connection: BoneCP specified but not present in 
CLASSPATH (or one of dependencies)
16/03/22 16:04:08 WARN Connection: BoneCP specified but not present in 
CLASSPATH (or one of dependencies)
16/03/22 16:04:28 WARN ObjectStore: Version information not found in metastore. 
hive.metastore.schema.verification is not enabled so recording the schema 
version 1.2.0
16/03/22 16:04:29 WARN ObjectStore: Failed to get database default, returning 
NoSuchObjectException
Java HotSpot(TM) Client VM warning: You have loaded library 
/tmp/libnetty-transport-native-epoll7745204847881537447.so which might have 
disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c ', 
or link it with '-z noexecstack'.
16/03/22 16:04:42 WARN Connection: BoneCP specified but not present in 
CLASSPATH (or one of dependencies)
16/03/22 16:04:44 WARN Connection: BoneCP specified but not present in 
CLASSPATH (or one of dependencies)
SQL context available as sqlContext.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org