Top "Databricks" questions

For questions about the Databricks Unified Analytics Platform

Spark: Read an inputStream instead of File

I'm using SparkSQL in a Java application to do some processing on CSV files using Databricks for parsing. The data …

java apache-spark apache-spark-sql spark-dataframe databricks
Use of lit() in expr()

The line: df.withColumn("test", expr("concat(lon, lat)")) works as expected but df.withColumn("test", expr("concat(lon, lit(…

scala apache-spark apache-spark-sql databricks
How to move files of same extension in databricks files system?

I am facing file not found exception when i am trying to move the file with * in DBFS. Here both …

databricks