I am using Pyspark and interested to read data directly with as RDD or Dataframe. is it possible ?
Now I am querying the data using DataFrameClient and convert it with createDataFrame, but the process is very slow. Specially loading a huge amount of data from influx to analyse.