Member since
05-10-2016
7
Posts
1
Kudos Received
0
Solutions
09-06-2016
03:27 PM
Hi, Thanks for the reply. I tried setting the value at run time, but no luck. also I am not using hiveContext but using only sqlContext, do I need to set any other parameter also? spark-submit
--class com.rbc.aml.dataprocessing.CreateGff --master local[1]
/users/qjgvws3/spark/dataprocessing-0.0.1-SNAPSHOT-jar-with-dependencies.jar
--conf hive.exec.compress.output=false
... View more
09-06-2016
02:13 PM
Thank you , it helped. @Amit Nandi
... View more
09-06-2016
02:10 PM
1 Kudo
when I do the saveAsTextFile on the local machine , text files are created but when I do the same on cluster it creates .deflate files, how can I have text files on the cluster , please help. sqlContext.sql(sourceQuery).map { row => FixedLengthParser.parseRecord(row) }.repartition(1).saveAsTextFile(s"$outputLocalPath/$sourceId")
... View more
Labels:
- Labels:
-
Apache Spark
09-04-2016
10:04 PM
we are trying to generate an output from SqlContext and would like to place the results on SFTP server. Please suggest a way. we are using spark 1.4.1 version. I could save the results on HDFS but we are looking for direct connection from spark to SFTP the results.
... View more
Labels:
- Labels:
-
Apache Spark