[
https://issues.apache.org/jira/browse/YARN-3663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15964832#comment-15964832
]
Carlo Curino commented on YARN-3663:
------------------------------------
[~giovanni.fumarola], the current patch doesn't seem to contain the definition
of store procedures except for the HSQLDB tests.
I think we need to include at least the SQLServer version you are currently
running in production and open a JIRA under the Federation V2 umbrella
YARN-5597 for a MySQL or DB-agnostic translation of the store
procedures---which will be less performant but convenient.
I know you were hesitating due to the SQLServer JDBC dependency. I think this
is not an issue anymore since MS open-sourced the JDBC driver for SQLServer:
*https://blogs.msdn.microsoft.com/jdbcteam/2016/11/17/open-source-jdbc-maven/*
Please check whether things compile and run well using that dependency (pom
entry below).
{code}
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>6.1.0.jre7</version>
</dependency>
{code}
> Federation State and Policy Store (DBMS implementation)
> -------------------------------------------------------
>
> Key: YARN-3663
> URL: https://issues.apache.org/jira/browse/YARN-3663
> Project: Hadoop YARN
> Issue Type: Sub-task
> Components: nodemanager, resourcemanager
> Reporter: Giovanni Matteo Fumarola
> Assignee: Giovanni Matteo Fumarola
> Attachments: YARN-3663-YARN-2915.v1.patch
>
>
> This JIRA tracks a SQL-based implementation of the Federation State and
> Policy Store, which implements YARN-3662 APIs.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]