Re: Blog post @ blogs.apache.org: Release of Apache Bigtop 1.3.0

2019-01-02 Thread Evans Ye
Just a copy of Jun He’s announcement ;)
It would be great to have more sharing of our latest release.

Youngwoo Kim (김영우) 於 2019年1月2日 週三,下午4:34寫道:

> Hi devs and users,
>
> Evens Ye published a blog post on the release of Bigtop 1.3.0 Please check
> out this link: https://s.apache.org/bigtop130
>
> Thank you for the help, Evans!
>
> Regards,
> Youngwoo
>


[jira] [Created] (BIGTOP-3124) Remove package installation in provisioner/utils/smoke-tests.sh

2019-01-02 Thread Evans Ye (JIRA)
Evans Ye created BIGTOP-3124:


 Summary: Remove package installation in 
provisioner/utils/smoke-tests.sh
 Key: BIGTOP-3124
 URL: https://issues.apache.org/jira/browse/BIGTOP-3124
 Project: Bigtop
  Issue Type: Sub-task
  Components: tests
Affects Versions: 1.3.0
Reporter: Evans Ye


The package installation should be removed in smoke-tests.sh:
{code}
...
if [ -f /etc/debian_version ] ; then
apt-get -y install pig hive flume mahout sqoop
else
yum install -y pig hive flume mahout sqoop
fi
...
{code}
We should have these packages installed via puppet instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (BIGTOP-3123) Define v1.4 release

2019-01-02 Thread Jun He (JIRA)
Jun He created BIGTOP-3123:
--

 Summary: Define v1.4 release
 Key: BIGTOP-3123
 URL: https://issues.apache.org/jira/browse/BIGTOP-3123
 Project: Bigtop
  Issue Type: Task
Affects Versions: 1.4.0
Reporter: Jun He


There is an existing doc: 
[https://docs.google.com/document/d/1F2Gxu8GARQDZXgqHn12LKkQ5wCV_AF4b_tVmjYB6YfA/edit#|https://docs.google.com/document/d/1F2Gxu8GARQDZXgqHn12LKkQ5wCV_AF4b_tVmjYB6YfA/edit]
 which describes ideas for the roadmap.

Some of them could be included in the v1.34 release and suggestions/thoughts 
are welcomed.

As usual BOMs and features are listed as placeholder.
 * BOM
{code}
PLACEHOLDER
{code}

 * Distros
{code}
PLACEHOLDER
{code}
 * Archs
{code}
x86_64, aarch64, ppc64le
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Blog post @ blogs.apache.org: Release of Apache Bigtop 1.3.0

2019-01-02 Thread 김영우
Hi devs and users,

Evens Ye published a blog post on the release of Bigtop 1.3.0 Please check
out this link: https://s.apache.org/bigtop130

Thank you for the help, Evans!

Regards,
Youngwoo