How to execute a Select query on BigQuery using Java?
BigQuery BigQuery is a fully managed and serverless datawarehouse system. It is part of Google Cloud Platform. It can process
Continue readingBigQuery BigQuery is a fully managed and serverless datawarehouse system. It is part of Google Cloud Platform. It can process
Continue readingSpark dataframe Spark dataframe is a distributed collection of rows with the same schema. The schema defines the structure of
Continue readingApache spark to write a Hive Table Apache Spark provides an option to read from Hive table as well as
Continue readingHive instr function Instr is a string function which returns the position of the first occurrence of substring in the
Continue readingPyspark Apache Spark is an in-memory data processing framework written in Scala language. It process the data 100 times faster
Continue readingLEFT JOIN in Oracle A Join statement is used to combine data or rows from two or more tables based
Continue readingCreate database in Hive The database is an organised collection of tables.Hive has the default database with the name as
Continue readingHive JDBC Hive allows the applications to connect to it using the JDBC driver. JDBC driver uses Thrift to communicate
Continue readingDocker image A Docker image is an executable package that includes everything needed to run a container: the code, a
Continue readingExternal Table in Hive When we create the table in Hive, we can define the type of a table. As
Continue reading