Hi,

I'm trying to find a solution to display string with accents or special
char(latin-1). 
Is there a way to create a DataFrame with a special char encoding?

fields = [StructField(StructField("subject", StringType(), True)]
schema = StructType(fields)
DF = sqlContext.createDataFrame(RDD, schema)
DF.registerTempTable("Events")


%sql SELECT * from Events
#encoding is not correct
Information Système TAL



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/DataFrame-and-char-encoding-tp26288.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to