[jira] [Commented] (SPARK-34403) Remove dependency to commons-httpclient, is not used and has vulnerabilities.

2021-02-08 Thread Sergio Sainz (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-34403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281179#comment-17281179
 ] 

Sergio Sainz commented on SPARK-34403:
--

PR: https://github.com/apache/spark/pull/31528

> Remove dependency to commons-httpclient, is not used and has vulnerabilities.
> -
>
> Key: SPARK-34403
> URL: https://issues.apache.org/jira/browse/SPARK-34403
> Project: Spark
>  Issue Type: Bug
>  Components: Spark Core
>Affects Versions: 3.1.0
>Reporter: Sergio Sainz
>Priority: Major
>
> 
>  commons-httpclient
>  commons-httpclient
> 
>  
> Has vulnerabilities as below:
>  
> CVE-2012-6153
> CVE-2012-5783
>  
> Also, after removing it and running `spark/sql/hive$mvn compile test` the 
> result is SUCCESS
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Created] (SPARK-34403) Remove dependency to commons-httpclient, is not used and has vulnerabilities.

2021-02-08 Thread Sergio Sainz (Jira)
Sergio Sainz created SPARK-34403:


 Summary: Remove dependency to commons-httpclient, is not used and 
has vulnerabilities.
 Key: SPARK-34403
 URL: https://issues.apache.org/jira/browse/SPARK-34403
 Project: Spark
  Issue Type: Bug
  Components: Spark Core
Affects Versions: 3.1.0
Reporter: Sergio Sainz



 commons-httpclient
 commons-httpclient


 

Has vulnerabilities as below:

 

CVE-2012-6153

CVE-2012-5783

 

Also, after removing it and running `spark/sql/hive$mvn compile test` the 
result is SUCCESS

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Created] (SPARK-31273) Support for BEGIN/COMMIT/ROLLBACK TRANSACTION in SparkSQL

2020-03-26 Thread Sergio Sainz (Jira)
Sergio Sainz created SPARK-31273:


 Summary: Support for BEGIN/COMMIT/ROLLBACK TRANSACTION in SparkSQL
 Key: SPARK-31273
 URL: https://issues.apache.org/jira/browse/SPARK-31273
 Project: Spark
  Issue Type: Bug
  Components: Spark Core
Affects Versions: 2.4.5
Reporter: Sergio Sainz


Looking for support for atomic transactions: BEGIN/COMMIT/ROLLBACK.

 

Such as here:

BEGIN TRANSACTION: 
[https://docs.microsoft.com/en-us/sql/t-sql/language-elements/begin-transaction-transact-sql?view=sql-server-ver15]

COMMIT TRANSACTION: 
[https://docs.microsoft.com/en-us/sql/t-sql/language-elements/commit-transaction-transact-sql?view=sql-server-ver15]

ROLLBACK TRANSACTION: 
[https://docs.microsoft.com/en-us/sql/t-sql/language-elements/rollback-transaction-transact-sql?view=sql-server-ver15]

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org