Hi Ilya,
Thanks for contacting Syncfusion support.
Please check with below steps to access AVRO files which available in HDFS using SparkSQL from Big Data Studio.
<Install Drive>:\Syncfusion\BigData\<Install Drive>\BigDataSDK\SDK\Spark\jars\
Step 2: Restart Spark Thrift server service from Service Manager.
Step 3: Use “/Data/Spark/Resources/Users.avro” as input file from HDFS to create table in Spark SQL using below command.
CREATE TABLE Users USING com.databricks.spark.avro OPTIONS (path "/Data/Spark/Resources/Users.avro"); |
Step 4: After table created use below command to view the created table.
Thanks,
Aravindraja T