[jira] [Work logged] (GRIFFIN-345) Support cross-version compilation for Scala and other dependencies

2021-02-24 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/GRIFFIN-345?focusedWorklogId=557740=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-557740
 ]

ASF GitHub Bot logged work on GRIFFIN-345:
--

Author: ASF GitHub Bot
Created on: 25/Feb/21 06:11
Start Date: 25/Feb/21 06:11
Worklog Time Spent: 10m 
  Work Description: chitralverma opened a new pull request #589:
URL: https://github.com/apache/griffin/pull/589


   **What changes were proposed in this pull request?**
   
   _This PR affects only the measure module._
   
   In newer environments specially clouds, Griffin measure module may face 
compatibility issues due the old Scala and Spark versions. To remedy this 
following topics are covered in this ticket,
   
   - Cross-compilation across scala major versions (2.11, 2.12)
   - Update Spark Version (2.4+)
   - Create maven profiles to build different scala and spark versions
   - Changes to build strategy
   
   This process is also done is apache spark to build for different versions of 
Scala and Hadoop.
   
   **Does this PR introduce any user-facing change?**
   No
   
   **How was this patch tested?**
   Via maven build process.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 557740)
Remaining Estimate: 0h
Time Spent: 10m

> Support cross-version compilation for Scala and other dependencies
> --
>
> Key: GRIFFIN-345
> URL: https://issues.apache.org/jira/browse/GRIFFIN-345
> Project: Griffin
>  Issue Type: Improvement
>Reporter: Tushar
>Assignee: Chitral Verma
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Following topics are covered in this ticket,
>  * Cross-compilation across scala major versions (2.11, 2.12 and 2.13)
>  * Update Spark Version (2.4+)
>  * Explore maven profiles to execute on both Vanilla HDFS and AWS EMR (these 
> profiles can be extended to support GCP etc.)



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


[GitHub] [griffin] chitralverma opened a new pull request #589: [WIP] [GRIFFIN-345] Support cross-version compilation for Scala and Spark dependencies

2021-02-24 Thread GitBox


chitralverma opened a new pull request #589:
URL: https://github.com/apache/griffin/pull/589


   **What changes were proposed in this pull request?**
   
   _This PR affects only the measure module._
   
   In newer environments specially clouds, Griffin measure module may face 
compatibility issues due the old Scala and Spark versions. To remedy this 
following topics are covered in this ticket,
   
   - Cross-compilation across scala major versions (2.11, 2.12)
   - Update Spark Version (2.4+)
   - Create maven profiles to build different scala and spark versions
   - Changes to build strategy
   
   This process is also done is apache spark to build for different versions of 
Scala and Hadoop.
   
   **Does this PR introduce any user-facing change?**
   No
   
   **How was this patch tested?**
   Via maven build process.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




Question regarding build process

2021-02-24 Thread Chitral Verma
Hi dev team,

In the pom.xml of measure module I can see that assembly plugin is defined
which creates a tar.gz of this build.

is this tar used anywhere?