Member since
09-29-2015
122
Posts
159
Kudos Received
26
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
6725 | 11-12-2016 12:32 AM | |
1926 | 10-05-2016 08:08 PM | |
2645 | 08-02-2016 11:29 PM | |
23362 | 06-24-2016 11:46 PM | |
2066 | 05-25-2016 11:12 PM |
01-20-2016
07:28 PM
1 Kudo
We don't support Hive on Spark and support Hive on Tez or SparkSQL for SQL solutions in Hadoop. Let' take it offline for customer input.
... View more
01-11-2016
10:41 PM
1 Kudo
Ambari needs headless Keytab so it can start services without prompting for password. That's how Spark's History server is started (i.e. w/o prompting for password) When an end user is submitting a spark job, they can use either a headless keytab or type the kerberos password.
... View more
01-08-2016
07:04 PM
5 Kudos
We have an experimental Spark HBase connector, https://github.com/zhzhan/shc With the following features First class support for DataFrame API JSON based catalog with rich data type support Performant, scalable, enterprise-ready Partition Pruning Predicate Pushdown Scan optimizations Data Locality Composite Rowkey Leverage existing work in the HBase community Please take look at the README of the above project. Also see example https://github.com/zhzhan/shc/blob/master/src/main/scala/org/apache/spark/sql/execution/datasources/hbase/examples/HBaseSource.scala
... View more
01-04-2016
07:12 PM
9 Kudos
Team, Congratulations. We just published Spark 1.6 technical preview (http://hortonworks.com/hadoop-tutorial/apache-spark-1-6-technical-preview-with-hdp-2-3/) Please take it out for a spin.
... View more
Labels:
- Labels:
-
Apache Spark
12-17-2015
03:22 PM
1 Kudo
And see https://issues.apache.org/jira/browse/SPARK-8659
... View more
12-17-2015
03:21 PM
1 Kudo
STS today doesn't support doAs and there is an open ticket for it. https://issues.apache.org/jira/browse/SPARK-5159 We plan to work in the community to resolve it.
... View more
12-17-2015
02:21 AM
Divya, What is the user account when DF is used to create the external Hive table? What is the user account when you try to see the table in Hive (& did you use HiveCli or Hive/Beeline or some ODBC tool?)
... View more
12-16-2015
05:41 PM
1 Kudo
The nuance is how you use SparkSQL. If you use Spark-Shell, the identity of user launching the shell is used for Hive access. If you use SparkThrift Server the identity used to access Hive data is the identity used to launch the SparkThriftServer.
... View more
12-16-2015
05:38 PM
2 Kudos
Iobna, Every vendor ships Apache Spark, so there isn't a difference there. But there are other differences you can use to evaluate which vendor you choose As Neeraj mention the difference between the Vendor themselves, all open source or partial open sources or limited open sources. Which version of Spark is supported in each vendor's distro: HDP with 2.3.4 coming out (this week) supports Spark 1.5.2 Which component of Spark is supported by the vendor (we support SparkCore, ML, Streaming, SQL) What is the focus on Spark for each vendor (ours is detailed here http://hortonworks.com/blog/spark-hdp-perfect-tog... How well the vendor can support you (Hortonwork's support is top rated) There are many other factors to consider, but this should give you some ideas. Thanks,
Vinay
... View more