Apache Spark

Apache Spark is an open source distributed general-purpose cluster-computing framework. It provides an interface for programming entire clusters with implicit data parallelism and fault tolerance.
Here are 5,861 public repositories matching this topic...
-
Updated
May 13, 2021 - Python
-
Updated
Aug 13, 2021 - Python
-
Updated
Jul 4, 2021 - Go
-
Updated
Aug 16, 2021 - Python
Describe the bug
If I pass 'Next 7 days' into the dateRange in query, the response is not a range over the next 7 days but only the day IN 7 days.
To Reproduce
Steps to reproduce the behavior:
- Build a query like this:
const query: Query = {
measures: [
measure
],
timeDimensions: [
{
dimension: 'Your.Dimension,
dateRange: 'Next 7
-
Updated
Aug 14, 2021 - Java
-
Updated
Oct 31, 2019
-
Updated
Aug 3, 2021
-
Updated
Aug 16, 2021 - Java
-
Updated
Aug 6, 2021 - Java
-
Updated
Dec 23, 2020 - Python
-
Updated
Aug 16, 2021 - Jupyter Notebook
-
Updated
Aug 16, 2021 - Java
-
Updated
Apr 24, 2020 - Jsonnet
-
Updated
Jul 28, 2021 - Scala
-
Updated
Jul 14, 2021 - Python
Hi,
I am running the deltaTable = DeltaTable.convertToDelta(spark, f"parquet.
{data_path}")
to read a DeltaTable from the parquet files but it doesn't return one as suggested in the documents. However, it successfully converts them. If I read them exactly after that line again using forPath, it will give me the DeltaTable.
 behavior
I can't get config, when post a job with 'sync=true'. I got it:
http://localhost:8090/jobs/ff99479b-e59c-4215-b17d-4058f8d97d25/config
{"status":"ERROR","result":"No such job ID ff99479b-e59c-4215-b17d-4058f8d97d25"
I have a simple regression task (using a LightGBMRegressor) where I want to penalize negative predictions more than positive ones. Is there a way to achieve this with the default regression LightGBM objectives (see https://lightgbm.readthedocs.io/en/latest/Parameters.html)? If not, is it somehow possible to define (many example for default LightGBM model) and pass a custom regression objective?
Created by Matei Zaharia
Released May 26, 2014
- Repository
- apache/spark
- Website
- spark.apache.org
- Wikipedia
- Wikipedia
At this moment relu_layer op doesn't allow threshold configuration, and legacy RELU op allows that.
We should add configuration option to relu_layer.