Gennadiy Ilyashenko created SPARK-20524:
-------------------------------------------
Summary: Data not inserted in table
Key: SPARK-20524
URL: https://issues.apache.org/jira/browse/SPARK-20524
Project: Spark
Issue Type: Bug
Components: SQL
Affects Versions: 2.1.0
Environment: OS - Ubuntu 16.04.2
Spark 2.1.0 built for Hadoop 2.7.3 - /opt/hadoop/spark ($SPARK_HOME)
Hadoop 2.7.3 - /opt/hadoop ($HADOOP_HOME)
User for run Hadoop and Spark - hadoop (home folder /opt/hadoop)
Reporter: Gennadiy Ilyashenko
Hello.
I cluster mode (1 master, 2 slave).
I created table in default database with query (in beeline)
create table simple (aa STRING);
Add data into new table with query (in beeline)
insert into simple values ('somestring');
And when I run
select * from simple
I got empty reply.
When I run these queries in standalone mode - everything is ok.
I run Spark with next commands
$SPARK_HOME/sbin/start-master.sh
$SPARK_HOME/sbin/start-slaves.sh
$SPARK_HOME/sbin/start-thriftserver.sh --master spark://master:7077 --hiveconf
hive.server2.thrift.port=9999 --hiveconf hive.server2.thrift.bind.host=master
I can send configuration files ($SPARK_HOME/conf, $HADOOP_HOME/etc/), if it
needed.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]