Member since
02-01-2019
650
Posts
143
Kudos Received
117
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2741 | 04-01-2019 09:53 AM | |
1426 | 04-01-2019 09:34 AM | |
6706 | 01-28-2019 03:50 PM | |
1528 | 11-08-2018 09:26 AM | |
3728 | 11-08-2018 08:55 AM |
07-01-2016
01:56 PM
2 Kudos
@bandhu gupta Please follow : http://hortonworks.com/hadoop-tutorial/business-discovery-and-visualizing-your-data-in-hdp-using-qlikview/
... View more
07-01-2016
11:04 AM
@alain TSAFACK df.write.text("path-to-output") is what you might looking for.
... View more
06-28-2016
06:36 AM
@ARUNKUMAR RAMASAMY Glad it helped in resolving your issue. Please accept the answer to close this thread.
... View more
06-28-2016
06:20 AM
@ARUNKUMAR RAMASAMY By default the query time out is 600000 (10mins) . You can increase phoenix.query.timeoutMs and re-run the query.
... View more
06-23-2016
08:25 AM
3 Kudos
If you are using ambari , It will take care of the sequence. You just need to click on start service and start service.
... View more
06-15-2016
06:20 AM
@Ethan Hsieh, Can you confirm if you are able to successfully execute "show databases;" in hive shell. Looks like you don't have a mysql-connector jar in $HIVE_HOME/lib. Please place the connector in hive lib and try to run the import script.
... View more
06-14-2016
11:11 AM
iterate = df.map(lambda p: "Name: " + p.blglast )
for iteration in iterate.collect():
print(iteration)
@alain TSAFACK Please refer : http://spark.apache.org/docs/latest/sql-programming-guide.html for more information
... View more
06-07-2016
10:38 AM
1 Kudo
What is the performance difference between Spark on R and R on Spark.
... View more
Labels:
- Labels:
-
Apache Spark
05-11-2016
06:41 AM
Try giving 755 permissions to $external_hive_table_location directory on hdfs.
... View more
- « Previous
- Next »