embulk / embulk/embulk

embulk --version with -X gem_home

Open
#1,604 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
1.8k
Forks
206
PR merge metrics
No merged PRs in 30d

Description

Issue Type: Bug Report
-----------------------

* Write the following environmental information.
* OS version: macOS 13.2.1
* Java version: 1.8
* Embulk version: 0.10.48

The following command outputs `gem_home is set as a sub directory of embulk_home: /Users/user/.embulk/lib/gems` even `-X gem_home=/tmp/gem_home` set.
It's a little confusing.

```
java -jar ~/.embulk/bin/embulk-0.10.48 -X gem_home=/tmp/gem_home --version
Embulk 0.10.48
2023-04-13 14:59:48.457 +0900 [INFO] (main): m2_repo is set as a sub directory of embulk_home: /Users/user/.embulk/lib/m2/repository
2023-04-13 14:59:48.460 +0900 [INFO] (main): gem_home is set as a sub directory of embulk_home: /Users/user/.embulk/lib/gems
2023-04-13 14:59:48.460 +0900 [INFO] (main): gem_path is set empty.
2023-04-13 14:59:48.460 +0900 [DEBUG] (main): Embulk system property "default_guess_plugin" is set to: "gzip,bzip2,json,csv"
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.