Scala
Scala is a general-purpose programming language providing support for functional programming and a strong static type system. Designed to be concise, many of Scala's design decisions aimed to address criticisms of Java.
Here are 440 public repositories matching this topic...
how to define java8 when submit application use spark-submit
name: Bug report/Feature request/Question
about: Create a report to help us improve
title: ''
label: bug/enhancement/question
assignees: ''
Environment:
- Java version:
- Scala version:
- Spark version:
- PyTorch and Python version:
- OS and version:
Checklist:
- Did you check if your bug/feature/
Good day
I have a problem connecting the presto driver
%%classpath add mvn
com.facebook.presto presto-base-jdbc 0.232
%defaultDatasource jdbc:presto://root@127.0.0.1:8282/hive/default
I can not figure it out and I can not see the full error trace.
-
Updated
Apr 1, 2019 - Java
I started using spotless in a maven java project for the first time. I am getting an exception indicating that there are unused imports. I can strip down the file to be as simple as
package example;
public interface Test {
}
There are no imports at all, but still there is the removeUnusedImports error.
Full Stack trace:
[spotless-stacktrace.txt](https://github.com/diffplug/s
-
Updated
May 12, 2020 - Java
-
Updated
Sep 11, 2019 - Java
-
Updated
May 16, 2020 - Java
-
Updated
May 14, 2020 - Java
-
Updated
Nov 24, 2019 - Java
It could be great to have a placeholder that represents the current uptime of application, e.g. {uptime}. The init time may be the same as the logger initialization time.
Even if you don't like this proposal, it might be solved by the posiblity of being able to register custom placeholder.
The current search() implementation performs a case-sensitive match. We should add a flag to the search call to make it case insensitive, i.e.,
def search(query: String, caseInsensitive: Boolean = false): RDD[Long]For a query string abc, it would be equivalent to executing the following regular expression query:
[aA][bB][cC]
-
Updated
May 15, 2020 - Java
-
Updated
May 5, 2020 - Java
-
Updated
Apr 30, 2020 - Java

Issue Description
When I run the example cartpole with the default parameters, it can not converge to the max reward 200, I wonder what went wrong.

Version Information
Please indicate relevant versions, including, if relevant: