Member since
06-29-2016
30
Posts
5
Kudos Received
0
Solutions
02-15-2018
08:56 AM
Hi, I have follwed all the steps to install Spark2 in cloudera vm but getting following error when I am trying to Host spark2 parcel. CDH (5.8 and higher) parcel required for SPARK2 (2.2.0.cloudera2-1.cdh5.12.0.p0.232957) is not available. I am using CDH version : 5.12 and using http://archive.cloudera.com/spark2/parcels/2.2.0.cloudera2/ link for parcel. Please help me with the configurtion.
... View more
01-17-2017
05:56 AM
dt1 = {'one':[0.3, 1.2, 1.3, 1.5, 1.4, 1],'two':[0.6, 1.2, 1.7, 1.5,1.4, 2]} dt = sc.parallelize([ (k,) + tuple(v[0:]) for k,v in dt1.items()]).toDF() dt.show() I want 'one' and 'two' to be column header and all list values should be column values
... View more
Labels:
- Labels:
-
Apache Spark
07-31-2016
01:44 AM
Thanks for the explanation.
... View more
05-09-2016
06:19 AM
thank you 🙂
... View more
05-05-2016
05:58 AM
Thanks for replying. if not hive can impala read all versions in HBase?
... View more
05-04-2016
09:14 AM
1 Kudo
Labels:
- Labels:
-
Apache HBase
-
Apache Hive