[
https://issues.apache.org/jira/browse/BAHIR-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15671913#comment-15671913
]
ASF GitHub Bot commented on BAHIR-75:
-------------------------------------
Github user ckadner commented on the issue:
https://github.com/apache/bahir/pull/27
@sourav-mazumder I pushed a fixes to your fork:
* `README.md` correcting typos, add syntax highlighting
* `pom.xml` fix `RAT` excludes, include `META-INF/services` as resources
in generated `jar` file so Spark can pick up your `webhdfs` data source
I am in the process of fixing the 798 Scalastyle violations. The failed
Scalastyle checks block the `mvn install` build which is supposed to install
the new `datasource-webhdfs` module into the local Maven repository — a
prerequisite to running `spark-submit` or `spark-shell` with the `--packages
datasource-webhdfs` option:
```Shell
$ mvn install -DskipTests -pl datasource-webhdfs
```
Output:
```
[INFO]
------------------------------------------------------------------------
[INFO] Building Apache Bahir - Spark DataSource WebHDFS 2.1.0-SNAPSHOT
[INFO]
------------------------------------------------------------------------
...
[INFO] --- scalastyle-maven-plugin:0.8.0:check (default) @
datasource-webhdfs_2.11 ---
...
Processed 10 file(s)
Found 798 errors
Found 0 warnings
Found 0 infos
Finished in 1912 ms
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.scalastyle:scalastyle-maven-plugin:0.8.0:check (default) on project
datasource-webhdfs_2.11: Failed during scalastyle execution: You have 798
Scalastyle violation(s). -> [Help 1]
...
```
> Initial Code Delivery
> ---------------------
>
> Key: BAHIR-75
> URL: https://issues.apache.org/jira/browse/BAHIR-75
> Project: Bahir
> Issue Type: Sub-task
> Components: Spark SQL Data Sources
> Reporter: Sourav Mazumder
> Original Estimate: 504h
> Remaining Estimate: 504h
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)