[RESULT] [VOTE] Release apache-kylin-1.2

2015-12-20 Thread ShaoFeng Shi
This vote passes with 6 +1s and no 0 or -1 votes:

+1 Shaofeng Shi (binding)
+1 Jason Zhong (binding)
+1 Luke Han (binding)
+1 Hua Huang (binding)
+1 Xiaoyu Wang (binding)
+1 Dong Li (non-binding)

Thanks everyone. We’ll now roll the release out to the mirrors.

Shaofeng Shi, on behalf of Apache Kylin PPMC


Re: [RESULT] [VOTE] Release apache-kylin-1.2

2015-12-20 Thread Luke Han
Very cool!

Thanks Shaofeng.


Best Regards!
-

Luke Han

On Mon, Dec 21, 2015 at 8:31 AM, ShaoFeng Shi 
wrote:

> This vote passes with 6 +1s and no 0 or -1 votes:
>
> +1 Shaofeng Shi (binding)
> +1 Jason Zhong (binding)
> +1 Luke Han (binding)
> +1 Hua Huang (binding)
> +1 Xiaoyu Wang (binding)
> +1 Dong Li (non-binding)
>
> Thanks everyone. We’ll now roll the release out to the mirrors.
>
> Shaofeng Shi, on behalf of Apache Kylin PPMC
>


Re: about assigning different mr job queue to different user groups inside one kylin instances

2015-12-20 Thread dong wang
I have added the logic(https://github.com/apache/kylin/pull/17)to auto
detect the kylin_job_conf_medium/small/large_projectname.xml first, then
kylin_job_conf_projectname.xml, then kylin_job_conf_medium/small/large.xml,
finally kylin_job_conf.xml, if still not found, throws an exception

2015-12-14 16:22 GMT+08:00 yu feng :

> Maybe a quick solution is just create a config file for every project named
> ''kylin_job_conf_${projectname}.xml", it will just modify code that
> selecting config file for a MR job, and you can control every MR config
> property in project level.
>
> 2015-12-11 22:00 GMT+08:00 Shi, Shaofeng :
>
> > This is a valid scenario; So far Kylin doesn¹t have project or cube level
> > job configurations, if it be implemented, you problem will be solved.
> >
> > On 12/11/15, 7:09 PM, "dong wang"  wrote:
> >
> > >Currently, we have different business groups, we want to assign
> different
> > >mr job queue to different businiess user groups inside ONLY ONE kylin
> > >instance, do we have this feature?  and as searched, I find the
> following
> > >piece:
> > >
> > >public static final String KYLIN_MAP_JOB_QUEUE = "mapred.job.queue.name
> ";
> > >
> > >
> > >If we can pass a parameter to indicate different users to use different
> mr
> > >job queue when building their own jobs with updating the codes, a
> question
> > >is that is there any potential problems to conduct the action?
> >
> >
>


Re: about assigning different mr job queue to different user groups inside one kylin instances

2015-12-20 Thread dong wang
I have added the logic ( https://github.com/apache/kylin/pull/17 ) to auto
detect the kylin_job_conf_medium/small/large_projectname.xml first, then
kylin_job_conf_projectname.xml, then kylin_job_conf_medium/small/large.xml,
finally kylin_job_conf.xml, if still not found, throws an exception

2015-12-14 16:22 GMT+08:00 yu feng :

> Maybe a quick solution is just create a config file for every project named
> ''kylin_job_conf_${projectname}.xml", it will just modify code that
> selecting config file for a MR job, and you can control every MR config
> property in project level.
>
> 2015-12-11 22:00 GMT+08:00 Shi, Shaofeng :
>
> > This is a valid scenario; So far Kylin doesn¹t have project or cube level
> > job configurations, if it be implemented, you problem will be solved.
> >
> > On 12/11/15, 7:09 PM, "dong wang"  wrote:
> >
> > >Currently, we have different business groups, we want to assign
> different
> > >mr job queue to different businiess user groups inside ONLY ONE kylin
> > >instance, do we have this feature?  and as searched, I find the
> following
> > >piece:
> > >
> > >public static final String KYLIN_MAP_JOB_QUEUE = "mapred.job.queue.name
> ";
> > >
> > >
> > >If we can pass a parameter to indicate different users to use different
> mr
> > >job queue when building their own jobs with updating the codes, a
> question
> > >is that is there any potential problems to conduct the action?
> >
> >
>


[jira] [Created] (KYLIN-1241) support machine resource isolation in project level with different kylin_job_conf.xml file

2015-12-20 Thread Wang,Dong (JIRA)
Wang,Dong created KYLIN-1241:


 Summary: support machine resource isolation in project level with 
different kylin_job_conf.xml file
 Key: KYLIN-1241
 URL: https://issues.apache.org/jira/browse/KYLIN-1241
 Project: Kylin
  Issue Type: Improvement
  Components: Job Engine
Reporter: Wang,Dong
Assignee: ZhouQianhao
Priority: Minor






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (KYLIN-1242) support building the back end and the front end seperately

2015-12-20 Thread Wang,Dong (JIRA)
Wang,Dong created KYLIN-1242:


 Summary: support building the back end and the front end seperately
 Key: KYLIN-1242
 URL: https://issues.apache.org/jira/browse/KYLIN-1242
 Project: Kylin
  Issue Type: Improvement
  Components: General
Affects Versions: v1.1.1
Reporter: Wang,Dong
Priority: Minor






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: Can't get dictionary value for column

2015-12-20 Thread Luke Han
Please, JIRA ticket is good idea to track any issue or feature requirement.

Thanks.


Best Regards!
-

Luke Han

On Fri, Dec 18, 2015 at 12:59 PM, Abhilash L L 
wrote:

> Should I raise a JIRA ticket for this ?
>
> Regards,
> Abhilash
>
> On Fri, Dec 18, 2015 at 12:56 AM, Abhilash L L 
> wrote:
>
> > Hello for one of the dimensions it started giving the following error and
> > the response was empty.
> >
> > [http-bio-7071-exec-11]:[2015-12-17
> >
> 13:48:23,548][ERROR][org.apache.kylin.cube.kv.RowKeyColumnIO.readColumnString(RowKeyColumnIO.java:113)]
> > - Can't get dictionary value for column DIM_FKEY (id = 23561)
> >
> > After going through the RowKeyColumnIO code a bit..  Seems like the in
> > memory lookup table is 'corrupt' ?
> >
> > After restarting, it started working fine.
> >
> > We are on 0.72
> >
> > Regards,
> > Abhilash
> >
>


[jira] [Created] (KYLIN-1243) Can't get dictionary value for column

2015-12-20 Thread Abhilash L L (JIRA)
Abhilash L L created KYLIN-1243:
---

 Summary: Can't get dictionary value for column
 Key: KYLIN-1243
 URL: https://issues.apache.org/jira/browse/KYLIN-1243
 Project: Kylin
  Issue Type: Bug
  Components: Query Engine
Affects Versions: v0.7.2
Reporter: Abhilash L L
Assignee: liyang


Hello for one of the dimensions it started giving the following error and the 
response was empty.

[http-bio-7071-exec-11]:[2015-12-17 
13:48:23,548][ERROR][org.apache.kylin.cube.kv.RowKeyColumnIO.readColumnString(RowKeyColumnIO.java:113)]
 - Can't get dictionary value for column DIM_FKEY (id = 23561)

After going through the RowKeyColumnIO code a bit..  Seems like the in memory 
lookup table is 'corrupt' ?  

After restarting, it started working fine.

We are on 0.72




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: Can't get dictionary value for column

2015-12-20 Thread Abhilash L L
Okay thanks

Have raised
https://issues.apache.org/jira/browse/KYLIN-1243

Regards,
Abhilash

On Mon, Dec 21, 2015 at 10:25 AM, Luke Han  wrote:

> Please, JIRA ticket is good idea to track any issue or feature requirement.
>
> Thanks.
>
>
> Best Regards!
> -
>
> Luke Han
>
> On Fri, Dec 18, 2015 at 12:59 PM, Abhilash L L 
> wrote:
>
> > Should I raise a JIRA ticket for this ?
> >
> > Regards,
> > Abhilash
> >
> > On Fri, Dec 18, 2015 at 12:56 AM, Abhilash L L 
> > wrote:
> >
> > > Hello for one of the dimensions it started giving the following error
> and
> > > the response was empty.
> > >
> > > [http-bio-7071-exec-11]:[2015-12-17
> > >
> >
> 13:48:23,548][ERROR][org.apache.kylin.cube.kv.RowKeyColumnIO.readColumnString(RowKeyColumnIO.java:113)]
> > > - Can't get dictionary value for column DIM_FKEY (id = 23561)
> > >
> > > After going through the RowKeyColumnIO code a bit..  Seems like the in
> > > memory lookup table is 'corrupt' ?
> > >
> > > After restarting, it started working fine.
> > >
> > > We are on 0.72
> > >
> > > Regards,
> > > Abhilash
> > >
> >
>