sridharpothamsetti

Results 6 comments of sridharpothamsetti

we can use parquet/avro etc. I tried with parquet.

Hi I am facing below issues, when I am trying to run this code. Could anyone revert on these issues to go ahead. 1) For this command, bin/run --benchmark DatasetPerformance--...

Yes chawla. I am using same file as you mentioned and its spark2.0.0 I am using.

Yes. I used sbt to compile and created jar file for the spark-sql-perf-master and used the same to login to spark shell using command(bin/spark-shell --jars /home/cloudera/spark-sql-perf-master/target/scala-2.10/spark-sql-perf_2.10-0.4.8-SNAPSHOT.jar) ./bin/run --benchmark DatasetPerformance --ran...

Hi Nachiket, I tried with spark 2.0.0 preview,scala 2.11.8(changed the build.sbt in spark-sql-perf code and compiled it) and the commands ran fine. Thanks.

Hi Galvin, Try using the code from tagv0.4.3 rather than from branch:master. It will work fine. And at the same time comment dbc_user_name related things in build.sbt to avoid errors....